8 lines
161 B
Markdown
8 lines
161 B
Markdown
1. Login to VPS of choice
|
|
2. Download the latest Docker image of SurrealDB
|
|
1. Run the following command:
|
|
|
|
```bash
|
|
docker pull surrealdb/surrealdb:latest
|
|
```
|
|
3. |