blob: e9a70dc341e7f64c42f9208363b2488448f26006 (
plain) (
blame)
1
2
3
4
5
6
7
|
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"]] }
|