aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-12-05 09:50:52 -0300
committerEuAndreh <eu@euandre.org>2020-12-05 09:50:52 -0300
commit85afda4b98706ab28939a032978b7faa06c05934 (patch)
tree1735d90c74c6928033f1079ba0909734953fa4a3 /README.md
parentRemove vps-configuration.nix (diff)
downloadtoph-85afda4b98706ab28939a032978b7faa06c05934.tar.gz
toph-85afda4b98706ab28939a032978b7faa06c05934.tar.xz
README.md: Add note on starting a development REPL
Diffstat (limited to 'README.md')
-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
+```