From 0a0b8d799509ecf4dd43f2292952ea80ff9c92b3 Mon Sep 17 00:00:00 2001 From: Paul Brinkmeier Date: Mon, 31 Oct 2022 14:41:14 +0100 Subject: [PATCH] Expand readme a little --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 +```