summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-06-17 10:35:32 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-06-17 10:35:32 +0300
commit2fafba3f8679dd4a52a59f1f172818c34719f549 (patch)
tree52bd2ea53585d8036b389eda25dbd62fc8911bc1
parent35cf253ff35596dbf48925291ec76eac3b234fdc (diff)
Improve the markup of the installation section of the manual
-rw-r--r--doc/installation.md20
1 files changed, 13 insertions, 7 deletions
diff --git a/doc/installation.md b/doc/installation.md
index 616845c3..e62b8370 100644
--- a/doc/installation.md
+++ b/doc/installation.md
@@ -17,7 +17,9 @@ You'll also need a recent version of either the Clojure CLI tools or your
favorite build tool (Leiningen, Boot or Gradle) to be able to start CIDER via
`cider-jack-in`. Generally it's a good idea to use their latest stable versions.
-**CIDER does not support ClojureCLR.**
+!!! Warning
+
+ CIDER does not support ClojureCLR.
## Installation via package.el
@@ -57,9 +59,11 @@ Stable by adding this to your Emacs initialization:
(add-to-list 'package-pinned-packages '(cider . "melpa-stable") t)
```
-**CIDER has dependencies (e.g. `queue` & `seq`) that are only available in the
- [GNU ELPA repository](https://elpa.gnu.org/). It's the only package repository
- enabled by default in Emacs and you should not disable it!**
+!!! Note
+
+ CIDER has dependencies (e.g. `queue` & `seq`) that are only available in the
+ [GNU ELPA repository](https://elpa.gnu.org/). It's the only package repository
+ enabled by default in Emacs and you should not disable it!
## Installation via use-package
@@ -155,9 +159,11 @@ A minimal `profiles.clj` for CIDER would be:
{:repl {:plugins [[cider/cider-nrepl "0.17.0"]]}}
```
-**Be careful not to place this in the `:user` profile, as this way CIDER's
-middleware will always get loaded, causing `lein` to start slower. You really
-need it just for `lein repl` and this is what the `:repl` profile is for.**
+!!! Warning
+
+ Be careful not to place this in the `:user` profile, as this way CIDER's
+ middleware will always get loaded, causing `lein` to start slower. You really
+ need it just for `lein repl` and this is what the `:repl` profile is for.
#### Using Boot