From 251f453c914947584d414bc358fa806e1c266972 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Tue, 9 Mar 2021 07:17:11 +0000 Subject: [PATCH] readme: note on docker (#73) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5538f3f556..8adda583d5 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ $ stack install $ dog-food ``` -If you'd prefer to not set up Haskell locally, you may instead build the chat client executable using [docker build with custom output](https://docs.docker.com/engine/reference/commandline/build/#custom-build-outputs): +If you'd prefer to not set up Haskell locally, on Linux you may instead build the chat client executable using [docker build with custom output](https://docs.docker.com/engine/reference/commandline/build/#custom-build-outputs): ```shell $ git clone git@github.com:simplex-chat/simplex-messaging.git