From 0942bf9f1e41b5dc7e23123c0348c35422e187b4 Mon Sep 17 00:00:00 2001 From: sh <37271604+shumvgolove@users.noreply.github.com> Date: Sat, 26 Nov 2022 23:10:46 +0300 Subject: [PATCH] readme: correction (#571) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a72d62d8..d81afc4c9 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ On Linux, you can deploy smp server using Docker. ```sh git clone https://github.com/simplex-chat/simplexmq - cd simplex-chat + cd simplexmq git checkout stable DOCKER_BUILDKIT=1 docker build -t smp-server -f ./download.Dockerfile . ```