Skip to content

Commit ef914e8

Browse files
committed
Tweak the README
1 parent 8f9dca1 commit ef914e8

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@
1212
CIDER is the **C**lojure(Script) **I**nteractive **D**evelopment **E**nvironment
1313
that **R**ocks!
1414

15-
CIDER extends Emacs with support for interactive programming in Clojure. The
16-
features are centered around `cider-mode`, an Emacs minor-mode that complements
17-
[clojure-mode][]. While `clojure-mode` supports editing Clojure source files,
18-
`cider-mode` adds support for interacting with a running Clojure process for
19-
compilation, debugging, definition and documentation lookup, running tests and
20-
so on.
15+
CIDER extends Emacs with support for [interactive
16+
programming](https://docs.cider.mx/cider/usage/interactive_programming.html)
17+
in Clojure. The features are centered around `cider-mode`, an Emacs
18+
minor-mode that complements [clojure-mode][]. While `clojure-mode`
19+
supports editing Clojure source files, `cider-mode` adds support for
20+
interacting with a running Clojure process for compilation, code
21+
completion, debugging, definition and documentation lookup, running
22+
tests and so on.
2123

2224
----------
2325
[![OpenCollective](https://opencollective.com/cider/backers/badge.svg)](#open-collective-backers)
@@ -47,7 +49,8 @@ maintained repos -
4749
[MELPA Stable](http://stable.melpa.org)
4850
and [MELPA](http://melpa.org).
4951

50-
You can install CIDER with the following command:
52+
Provided you've enabled one of them in your Emacs setup, you can
53+
install CIDER with the following command:
5154

5255
<kbd>M-x</kbd> `package-install` <kbd>RET</kbd> `cider` <kbd>RET</kbd>
5356

0 commit comments

Comments
 (0)