Added instalation instructions

This commit is contained in:
Suguivy 2021-02-21 00:45:44 +01:00
parent 18bb3d609d
commit 3b6316f21a
1 changed files with 9 additions and 0 deletions

View File

@ -4,3 +4,12 @@
- [ ] Add more maps and intercommunication between them.
- [ ] Add asyncronous input and time.
- [ ] Add enemies.
## Instalation
```
$ git clone <this-repo>
$ cd night-world
# apt install haskell-stack # May vary depending on distro
$ stack install
$ roguelike # (TODO change name)
```