Added instalation instructions
This commit is contained in:
parent
18bb3d609d
commit
3b6316f21a
|
@ -4,3 +4,12 @@
|
||||||
- [ ] Add more maps and intercommunication between them.
|
- [ ] Add more maps and intercommunication between them.
|
||||||
- [ ] Add asyncronous input and time.
|
- [ ] Add asyncronous input and time.
|
||||||
- [ ] Add enemies.
|
- [ ] 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)
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue