From bfcfa68eae4d0e706a20395cd1f02aa95709bcf3 Mon Sep 17 00:00:00 2001 From: Paolo Asperti Date: Wed, 13 Jul 2022 18:00:27 +0200 Subject: [PATCH] readme lint --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 docker run --name hbbr --net=host -v "$PWD:/root" -d rustdesk/rustdesk-server:latest hbbr ```