From a602587046aabd77eb3dda433ac44b17d67b3c5d Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Tue, 9 Mar 2021 07:08:36 +0000 Subject: [PATCH] simplify installation instruction (#72) --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 938880b4b2..5538f3f556 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,13 @@ Limitations/disclaimers: ## How to run chat client locally -Install [Haskell platform](https://www.haskell.org/platform/) (ghc, cabal, stack) and build the project: +Install [Haskell stack](https://docs.haskellstack.org/en/stable/README/): + +```shell +curl -sSL https://get.haskellstack.org/ | sh +``` + +and build the project: ```shell $ git clone git@github.com:simplex-chat/simplex-messaging.git