From b64dd08c6ec5f68539c6b4159b10d960e8e96bc3 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Sun, 10 May 2020 19:52:43 -0400 Subject: Update README for lorri This is going to be the happy-path for development --- README.org | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'README.org') diff --git a/README.org b/README.org index 18542fee6f5d..7e1fedb069b1 100644 --- a/README.org +++ b/README.org @@ -19,15 +19,18 @@ Movement uses the nethack-esque hjklybnu. * Development -#+BEGIN_SRC shell -$ nix-shell +Use [[https://github.com/target/lorri][lorri]], or run everything in a ~nix-shell~ +#+BEGIN_SRC shell # Build (for dev) -[nix-shell:xanthous]$ cabal new-build +$ cabal new-build + +# Run the game +$ cabal new-run xanthous # Run tests -[nix-shell:xanthous]$ cabal new-run test +$ cabal new-run test # Run a repl -[nix-shell:xanthous]$ cabal new-repl +$ cabal new-repl #+END_SRC -- cgit 1.4.1