Liking cljdoc? Tell your friends :D

Building nREPL

Releases are available from Clojars, and SNAPSHOT builds from master's HEAD are automatically deployed there as well, so manually building nREPL shouldn't ever be necessary (unless you're hacking on it). But, if you insist:

  1. Clone the repo
  2. Make sure you have lein installed
  3. Run the lein build:
lein install

Afterwards you can simply do something like:

clj -Sdeps '{:deps {nrepl {:mvn/version "0.4.4-SNAPSHOT"}}}' -m nrepl.cmdline --interactive

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close