Expand readme a little

This commit is contained in:
Paul Brinkmeier 2022-10-31 14:41:14 +01:00
parent bfec780d83
commit 0a0b8d7995

View File

@ -11,3 +11,15 @@ Create the project folder:
```
stack new <name> https://git.pbrinkmeier.de/paul/stacky/raw/branch/main/stacky.hsfiles
```
(Optionally) update Nix packages and Niv:
```
nix-shell --run "niv update"
```
For development, enter the Nix shell:
```
nix-shell
```