Skip to content

Commit

Permalink
Improve some formatting in the manual
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Oct 26, 2018
1 parent 64f9cac commit d1eef83
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,11 @@ CIDER takes care of injecting it and its other dependencies.

**`profiles.clj` or `profile.boot` don't need to be modified anymore for the above use case!**

If you don't want `cider-jack-in` to inject dependencies automatically, set
`cider-inject-dependencies-at-jack-in` to `nil`. Note that you'll have to setup
the dependencies yourself (see the section below), just as in CIDER 0.10 and older.
!!! Tip

If you don't want `cider-jack-in` to inject dependencies automatically, set
`cider-inject-dependencies-at-jack-in` to `nil`. Note that you'll have to setup
the dependencies yourself (see the section below), just as in CIDER 0.10 and older.

CIDER can also inject a Clojure dependency into your project, which is useful,
for example, if your project defaults to an older version of Clojure than that
Expand Down Expand Up @@ -168,6 +170,11 @@ A minimal `profiles.clj` for CIDER would be:

#### Using Boot

!!! Note

It's highly recommended to use Boot 2.8.2 or newer, as 2.8.2 is the first
release to ship with nREPL 0.4.

Boot users can configure the tool to include the middleware automatically in
all of their projects using a `~/.boot/profile.boot` file like so:

Expand Down

0 comments on commit d1eef83

Please sign in to comment.