aboutsummaryrefslogtreecommitdiff
path: root/devel/clojure-cider/pkg-message
blob: 5610617ff7dd7b2d15e0075dc6e2755954db407c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[
{ type: install
  message: <<EOM
Starting with CIDER 0.7, the installation of cider-nrepl is manual.
Please install devel/leiningen and add the following to
~/.lein/profiles.clj:

{ :user
 { :plugins [[cider/cider-nrepl "0.7.0-SNAPSHOT"]] }
EOM
}
]