aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2022-09-19 20:30:53 +0200
committerMiguel Ángel Moreno <mail@migalmoreno.com>2023-03-15 12:19:06 +0100
commitf19bb0075dc0fba8c5b8fed4e277aa5e0a2ef09d (patch)
tree00f020679d3faaa6e4be567b530a657c87f278a4
parentc18f7d7659e39d7b4631c96e8137d42bdd7ed12f (diff)
doc: Update README with new instructions
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index b2c681a..3c49286 100644
--- a/README
+++ b/README
@@ -15,7 +15,7 @@ The easiest way to contribute to the project is to use the [[https://guix.gnu.or
#+begin_src sh
cd /path/to/nyxt.el
-guix shell -D --pure
+guix shell --pure
#+end_src
By default, this package will spawn a Nyxt process with the =-e (start-slynk)= arguments so that it can connect to the Slynk process. However, you're free to modify the startup command and arguments, such as for development purposes.
@@ -28,6 +28,6 @@ By default, this package will spawn a Nyxt process with the =-e (start-slynk)= a
"--" "path/to/nyxt/nyxt" "-e" "(start-slynk)"))))
#+end_src
-If you'd like to bind the default keybindings provided under the ~C-c y~ prefix keymap, ensure to include =nyxt-default-keybindings= in your Emacs initialization file.
+If you'd like to bind the default keybindings provided under the ~C-c y~ prefix keymap, ensure to include =nyxt-default-keybindings= in your Emacs initialization file. You should also have a call to =sly-setup= in your initialization file, otherwise the first time =nyxt-run= is executed won't prompt you with a SLY REPL.
You can use the project's [[https://lists.sr.ht/~conses/nyxt.el][mailing list]] to send feedback, patches or open discussions. Bugs should be reported on the project's [[https://todo.sr.ht/~conses/nyxt.el][bug-tracker]].