mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-28 20:29:53 +00:00
simplify installation instruction (#72)
This commit is contained in:
parent
fe8b28a655
commit
a602587046
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue