aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorPaolo Asperti <[email protected]>2022-07-13 18:00:27 +0200
committerPaolo Asperti <[email protected]>2022-07-13 18:00:27 +0200
commitbfcfa68eae4d0e706a20395cd1f02aa95709bcf3 (patch)
treec54a0452db5ed744acc45a67b55d0b69bc09fa0a /README.md
parent39153ce1472417be101051baecb452da467f2652 (diff)
downloadrustdesk-server-bfcfa68eae4d0e706a20395cd1f02aa95709bcf3.tar.gz
rustdesk-server-bfcfa68eae4d0e706a20395cd1f02aa95709bcf3.zip
readme lint
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0337818..cbfb2f0 100644
--- a/README.md
+++ b/README.md
@@ -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
```