about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.org13
1 files changed, 8 insertions, 5 deletions
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