Improve README of the Clojure layer

Explicit configuration of leiningen or boot is not necessary anymore as
of CIDER 0.11.
This commit is contained in:
Sebastian Poeplau 2016-08-26 13:16:15 +02:00 committed by d12frosted
parent 895b19195b
commit 781532d4d2
No known key found for this signature in database
GPG Key ID: 8D33A3B1A4AF7D30
1 changed files with 6 additions and 0 deletions

View File

@ -64,6 +64,12 @@ Or set this variable when loading the configuration layer:
#+END_SRC
** CIDER and clj-refactor
Note that recent versions of CIDER automatically inject the required
dependencies into your boot or leiningen configuration when you connect to the
REPL. Thus, the configuration instructions below only apply to CIDER 0.10 and
older. Most users should be able to just run ~SPC m s i~ to connect to the CIDER
REPL and skip the rest of this section.
*** Quick Start with boot
- Install =boot= (see https://github.com/boot-clj/boot#install)
- Create a file =~/.boot/profile.boot= with the following content: