MUD.hs/README.md
Michael Pilosov 071c386136 cleanup
2024-06-09 17:55:56 +00:00

20 lines
242 B
Markdown

# mud
## install
Install the Haskell build tool `stack` and ensure `~/.local/bin` is in your `$PATH`
```
curl -sSL https://get.haskellstack.org | sh -s - -d ~/.local/bin
```
Run the demo:
```sh
stack run
```
## tests
```
stack test
```