summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@tradeo.com>2013-09-19 18:46:17 +0300
committerBozhidar Batsov <bozhidar@tradeo.com>2013-09-19 18:46:33 +0300
commit1b41224c054ff29b51ef3d56b46128ef84ba94b6 (patch)
tree28b40bd436f9a96e9233bbd9ce4f048ac4cc20e2 /README.md
parent5bb0f5ce9e727f3f331de9b2980ebca879c5b7fb (diff)
Update manual installation instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1be302fa..ba1c5159 100644
--- a/README.md
+++ b/README.md
@@ -68,8 +68,8 @@ and `require`ing it. Many people favour the folder `~/.emacs.d/vendor`:
(require 'nrepl)
```
-Keep in mind that `nrepl.el` depends on `clojure-mode` so you'll have to install
-`clojure-mode` as well.
+Keep in mind that `nrepl.el` depends on `clojure-mode`, `dash.el` and
+`pkg-info` so you'll have to install them as well.
### Emacs Prelude
@@ -353,7 +353,6 @@ You can display the current nREPL connection using <kbd>C-c M-d</kbd> and rotate
## Requirements
* [Leiningen](http://leiningen.org) 2.x (only for `nrepl-jack-in`)
-* [clojure-mode](https://github.com/technomancy/clojure-mode)
* [GNU Emacs](http://www.gnu.org/software/emacs/emacs.html) 23.2+ or 24.
## Changelog