MUD.hs/README.md

20 lines
222 B
Markdown
Raw Normal View History

2024-05-18 01:47:18 +00:00
# mud
2024-05-18 20:56:37 +00:00
## install
Install the Haskell build tool `stack` and ensure `~/.local/bin` is in your `$PATH`
```
curl -sSL https://get.haskellstack.org/ | sh
```
2024-05-18 01:47:18 +00:00
Run the demo:
```sh
stack run
```
## tests
```
stack test
```