diff --git a/README.md b/README.md index 7ef0c72..1db5875 100644 --- a/README.md +++ b/README.md @@ -102,8 +102,6 @@ You can load and use it in your Notebook as follows You can start an nREPL server directly within a Notebook and connect to it using a Clojure-enabled editor. -##### Start the nREPL server - In a notebook cell: 1. Load the nREPL server namespace: @@ -117,8 +115,6 @@ nREPL server started on port 9998 on host 127.0.0.1 - nrepl://127.0.0.1:9998 #'user/server ``` -##### Connect to the nREPL Server - To connect your editor to the nREPL server create a `basilisp.edn` file in the same directory as your Notebook. Open your Clojure-enabled editor and use its nREPL connection commands. The server generated a `.nrepl-port file` in the directory, which helps the editor locate the port. @@ -194,8 +190,6 @@ Load and interact with the library in your notebooks: For interactive coding, you can connect your preferred Clojure-Enabled Editor to a running nREPL server in your Basilisp Notebook. -##### Start the nREPL server - In a notebook cell: 1. Load the nREPL server namespace: @@ -209,8 +203,6 @@ nREPL server started on port 9998 on host 127.0.0.1 - nrepl://127.0.0.1:9998 #'user/server ``` -##### Connect to the nREPL Server - In your code Editor, open the `basilisp.edn` file located in your project root directory (e.g. in `basilex-notebook`, `basilex-basilib` or your own Basilisp Project) to enable Clojure-specific features in your editor. Then, use your editor's commands to connect to the nREPL server. Both [Emacs/CIDER](https://docs.cider.mx/cider/platforms/basilisp.html) and [VSCode/Calva](https://calva.io/basilisp/) offer explicit support for Basilisp.