diff --git a/README.md b/README.md index fdfae63..b900f27 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,15 @@ Create the project folder: ``` stack new 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 +```