Skip to content

Commit fe4a406

Browse files
committed
Apply a few small readme tweaks
1 parent 5da2939 commit fe4a406

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,20 @@ and [MELPA](http://melpa.org).
4242

4343
You can install CIDER with the following command:
4444

45-
<kbd>M-x package-install [RET] cider [RET]</kbd>
45+
<kbd>M-x</kbd> `package-install` <kbd>[RET]</kbd> `cider` <kbd>[RET]</kbd>
4646

4747
### Launch an nREPL server and client from Emacs
4848

4949
Simply open in Emacs a file belonging to your `lein` or `boot` project (like
50-
`foo.clj`) and type <kbd>M-x cider-jack-in</kbd>. This will start an nREPL server with
51-
all the project dependencies loaded in and CIDER will automatically connect to it.
50+
`foo.clj`) and type <kbd>M-x</kbd> `cider-jack-in`. This will start an nREPL
51+
server with all the project dependencies loaded in and CIDER will automatically
52+
connect to it.
5253

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

56-
In Clojure(Script) buffers the command `cider-jack-in` is bound to <kbd>C-c M-j</kbd>.
57+
In Clojure(Script) buffers the command `cider-jack-in` is bound to <kbd>C-c
58+
M-j</kbd>.
5759

5860
### Connect to a running nREPL server
5961

@@ -70,11 +72,11 @@ Or with Boot:
7072
$ boot repl wait
7173
```
7274

73-
Alternatively you can start nREPL either manually or by the facilities provided by your
74-
project's build tool (Maven, etc).
75+
Alternatively you can start nREPL either manually or by the facilities provided
76+
by your project's build tool (Gradle, Maven, etc).
7577

76-
After you get your nREPL server running go back to Emacs.
77-
Typing there <kbd>M-x cider-connect</kbd> will allow you to connect to the running nREPL server.
78+
After you get your nREPL server running go back to Emacs. Typing there <kbd>M-x</kbd>
79+
`cider-connect` will allow you to connect to the running nREPL server.
7880

7981
In Clojure(Script) buffers the command `cider-connect` is bound to <kbd>C-c M-c</kbd>.
8082

0 commit comments

Comments
 (0)