diff options
| -rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 +``` |
