freebsd-ports/devel/clojure-cider/pkg-message
2019-08-13 16:01:59 +00:00

12 lines
251 B
Text

[
{ 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
}
]