We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae686f1 commit cad3675Copy full SHA for cad3675
cider.el
@@ -37,7 +37,8 @@
37
38
;;; Installation:
39
40
-;; Available as a package in melpa.org and stable.melpa.org
+;; CIDER is available as a package in melpa.org and stable.melpa.org. First, make sure you've
41
+;; enabled one of the repositories in your Emacs config:
42
43
;; (add-to-list 'package-archives
44
;; '("melpa" . "https://melpa.org/packages/"))
@@ -46,11 +47,15 @@
46
47
;;
48
49
;; '("melpa-stable" . "https://stable.melpa.org/packages/") t)
-;;
50
+
51
+;; Afterwards, installing CIDER is as easy as:
52
53
;; M-x package-install cider
54
55
;;; Usage:
56
57
+;; You can start CIDER with one of the following commands:
58
59
;; M-x cider-jack-in-clj
60
;; M-x cider-jack-in-cljs
61
0 commit comments