Skip to content

Commit 7f4d4e8

Browse files
committed
Improve the README a bit
1 parent 0c59b87 commit 7f4d4e8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ You can install CIDER with the following command:
5050

5151
### Launch an nREPL server and client from Emacs
5252

53-
Simply open in Emacs a file belonging to your `lein` or `boot` project (like
53+
Simply open in Emacs a file belonging to your `lein`, `tools.deps` or `boot` project (like
5454
`foo.clj`) and type <kbd>M-x</kbd> `cider-jack-in`. This will start an nREPL
5555
server with all the project dependencies loaded in and CIDER will automatically
5656
connect to it.
5757

58-
Alternatively you can use <kbd>C-u M-x</kbd> `cider-jack-in` to specify the name
59-
of a `lein` or `boot` project, without having to visit any file in it.
58+
Alternatively you can use <kbd>C-u M-x</kbd> `cider-jack-in` to specify the path to
59+
a Clojure project, without having to visit any file in it.
6060

61-
In Clojure(Script) buffers the command `cider-jack-in` is bound to
61+
**Tip:** In Clojure(Script) buffers the command `cider-jack-in` is bound to
6262
<kbd>C-c C-x (C-)j</kbd>.
6363

6464
### Connect to a running nREPL server
@@ -77,12 +77,12 @@ $ boot repl -s wait
7777
```
7878

7979
Alternatively you can start nREPL either manually or by the facilities provided
80-
by your project's build tool (Gradle, Maven, etc).
80+
by your project's build tool (`tools.deps`, Gradle, Maven, etc).
8181

8282
After you get your nREPL server running go back to Emacs. Typing there <kbd>M-x</kbd>
8383
`cider-connect` will allow you to connect to the running nREPL server.
8484

85-
In Clojure(Script) buffers the command `cider-connect` is bound to
85+
**Tip:** In Clojure(Script) buffers the command `cider-connect` is bound to
8686
<kbd>C-c C-x (C-)c (C-)j</kbd> and the command `cider-connect-cljs` is bound to
8787
<kbd>C-c C-x (C-)c (C-)s</kbd>.
8888

0 commit comments

Comments
 (0)