diff --git a/README.md b/README.md index c6fe605..bd10e7c 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,12 @@ - [ ] Add more maps and intercommunication between them. - [ ] Add asyncronous input and time. - [ ] Add enemies. + +## Instalation +``` +$ git clone +$ cd night-world +# apt install haskell-stack # May vary depending on distro +$ stack install +$ roguelike # (TODO change name) +```