diff --git a/README.md b/README.md index d147468..90ddafb 100644 --- a/README.md +++ b/README.md @@ -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