summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-03-29 09:55:04 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2016-03-29 09:55:04 +0300
commit4da3f48e87419193b72390d7faaf3f2c66b2e81d (patch)
tree4299994e0505148ffb1cabfdd050db831344690e /README.md
parent1791451a8b5edb30ef4ec4afb98b3214cab777b7 (diff)
Add a few more mentions of the manual in the README
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/README.md b/README.md
index 978262ba..c78e674a 100644
--- a/README.md
+++ b/README.md
@@ -85,6 +85,13 @@ Typing there <kbd>M-x cider-connect</kbd> will allow you to connect to the runni
In Clojure(Script) buffers the command `cider-connect` is bound to <kbd>C-c M-c</kbd>.
+## Diving Deeper
+
+CIDER packs a ton of functionality and you really want to be familiar with it,
+so you can fully empower your workflow. The best way to get acquainted with all
+available features is to go over the entire
+[CIDER manual](http://cider.readthedocs.org/).
+
## Changelog
An extensive changelog is available [here](CHANGELOG.md).
@@ -178,7 +185,11 @@ guidelines](.github/CONTRIBUTING.md).
### Documentation
-Consider improving and extending the [community wiki](https://github.com/clojure-emacs/cider/wiki).
+Good documentation is just as important as good code.
+
+Consider improving and extending the
+[official manual](http://cider.readthedocs.org) and the
+[community wiki](https://github.com/clojure-emacs/cider/wiki).
### Donations