summaryrefslogtreecommitdiff
path: root/doc/installation.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-04-02 18:50:46 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2016-04-02 18:50:46 +0300
commit3578812bc9aa1fc01df0454da7b670a07299331b (patch)
tree3aad05fa22111e8b854584613e5111afbb67ecd9 /doc/installation.md
parent494f3064062e7e3f296a0e1d33dc652e919ace41 (diff)
Mention different "getting started with Emacs" resources
Diffstat (limited to 'doc/installation.md')
-rw-r--r--doc/installation.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/installation.md b/doc/installation.md
index 145f5143..98bd4dda 100644
--- a/doc/installation.md
+++ b/doc/installation.md
@@ -5,9 +5,9 @@ manager), but plenty of other options exist. (see the
### Prerequisites
You'll need to have Emacs installed (preferably the latest stable
-release). If you're new to Emacs you might want to read
-[this tutorial](http://clojure-doc.org/articles/tutorials/emacs.html),
-dedicated to setting up Emacs for Clojure development first.
+release). If you're new to Emacs you might want to go through
+[the guided tour of Emacs](https://www.gnu.org/software/emacs/tour/index.html)
+and the built-in tutorial (just press <kbd>C-h t</kbd).
CIDER officially supports Emacs 24.3+, Java 7+ and Clojure(Script) 1.7+.
CIDER 0.10 was the final release which supported Java 6 and Clojure 1.5 and 1.6.