summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@tradeo.com>2014-09-14 21:19:58 +0300
committerBozhidar Batsov <bozhidar@tradeo.com>2014-09-14 21:19:58 +0300
commit0278169d03a59cd8b59521a3552bb3b111968101 (patch)
tree3ab40afb91e6771af3e02ebba86fcdc2c6cea9f9 /README.md
parent401e81941ce81e9ee70c4f771697e4bef5b04dc9 (diff)
[Fix #783] Mention that GNU ELPA is required
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index ecc74aaf..09f32766 100644
--- a/README.md
+++ b/README.md
@@ -104,6 +104,10 @@ use MELPA Stable by adding this to your Emacs initialization:
(add-to-list 'package-pinned-packages '(cider . "melpa-stable") t)
```
+**CIDER has deps (e.g. `queue`) that are only available in the
+ [GNU ELPA repository](https://elpa.gnu.org/). It's the only repository enabled
+ by default and you should not disable it!**
+
### Via el-get
[el-get](https://github.com/dimitri/el-get) is another popular package manager for Emacs.