MUD.hs/README.md

20 lines
242 B
Markdown
Raw Permalink 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`
```
2024-05-18 20:59:44 +00:00
curl -sSL https://get.haskellstack.org | sh -s - -d ~/.local/bin
2024-05-18 20:56:37 +00:00
```
2024-05-18 01:47:18 +00:00
Run the demo:
```sh
stack run
```
## tests
```
stack test
```