aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3feaee1..6c654aa 100644
--- a/README.md
+++ b/README.md
@@ -86,3 +86,17 @@ root ALL=(ALL) ALL
This basic setup allows it to boot, starts the OpenSSH server agent and allows
the listed `ssh-public-key` to login, and commands from the
"andreh" user can run `sudo` without password.
+
+### Development REPL
+
+Start a REPL from the terminal:
+
+```shell
+$ cd sync && guix repl --listen=tcp:37146
+```
+
+And connect from Emacs:
+
+```text
+M-x connect-to-guile RET RET
+```