summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-07-30 14:55:41 -0400
committerBen Sima <ben@bsima.me>2022-07-30 14:55:41 -0400
commit8f9de177e3cfed26cf9d67fd263d26ba85640eb2 (patch)
tree7c9c98746a55116ca7293a57a6123dcf473daa6a /README
Initialize dev shell
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..0cf40c1
--- /dev/null
+++ b/README
@@ -0,0 +1,13 @@
+Development
+===========
+
+You can start a dev shell with Nix. First run:
+
+ direnv allow
+
+Assuming you have nix installed, this will tell direnv to load the nix-shell
+environment by default. Or just run `nix-shell`.
+
+Now, to start a repl, just do `sbcl`, or run `start-repl.sh`.
+
+Then in emacs, `M-x slime-connect`.