simplify installation instruction (#72)

This commit is contained in:
Evgeny Poberezkin 2021-03-09 07:08:36 +00:00 committed by GitHub
parent fe8b28a655
commit a602587046

View file

@ -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