about summary refs log tree commit diff
path: root/README.org
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2020-05-10T23·52-0400
committerGriffin Smith <root@gws.fyi>2020-05-10T23·52-0400
commitb64dd08c6ec5f68539c6b4159b10d960e8e96bc3 (patch)
tree0c7885cf3ffbcea7118a03a12718f512a6e6f91d /README.org
parent9ec51e51234b0c9ace93091d9071d932cf819f1f (diff)
Update README for lorri
This is going to be the happy-path for development
Diffstat (limited to 'README.org')
-rw-r--r--README.org13
1 files changed, 8 insertions, 5 deletions
diff --git a/README.org b/README.org
index 18542fee6f..7e1fedb069 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