install instructions

This commit is contained in:
Michael Pilosov 2024-05-18 20:56:37 +00:00 committed by Michael Pilosov
parent 0c1498809a
commit 6193828258

View File

@ -1,5 +1,12 @@
# mud
## install
Install the Haskell build tool `stack` and ensure `~/.local/bin` is in your `$PATH`
```
curl -sSL https://get.haskellstack.org/ | sh
```
Run the demo:
```sh