readme lint

This commit is contained in:
Paolo Asperti 2022-07-13 18:00:27 +02:00
parent 39153ce147
commit bfcfa68eae
No known key found for this signature in database
GPG Key ID: 06D46905D19D5182

View File

@ -40,7 +40,7 @@ These images are build against `ubuntu-20.04` with the only addition of the bina
You can start these images directly with `docker run` with these commands:
```
```bash
docker run --name hbbs --net=host -v "$PWD:/root" -d rustdesk/rustdesk-server:latest hbbs -r <relay-server-ip[:port]>
docker run --name hbbr --net=host -v "$PWD:/root" -d rustdesk/rustdesk-server:latest hbbr
```