From 12f1de6e58c5c2176bb0267a5f49a244b6d66067 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Fri, 1 Nov 2024 00:02:32 +0000 Subject: [PATCH] tweak readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1aa3460..6a48ce4 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,13 @@ ratio, or ... some other weirdness) # Tech notes -Run tests with `cabal test --test-show-details=always`: if you don't +Use `nix-shell`. Inside the shell + +* run tests with `cabal test --test-show-details=always`: if you don't ask for details it won't tell you about incomplete pattern matches +* run the app with `cabal run` + ---- @@ -68,3 +72,4 @@ _Do not look below this line_ * and boring stuff like auth[zn] * frontend can get data from backend * for DX, backend can serve the js files needed by frontend +* we only have yesod-core, may need other parts as well