You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/modules/ROOT/pages/basics/installation.adoc
+15-8Lines changed: 15 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,14 @@ WARNING: CIDER does not support ClojureCLR.
24
24
25
25
== Installation via package.el
26
26
27
-
CIDER is available on the two major `package.el` community
27
+
CIDER is available on all major `package.el` community
28
28
maintained repos -
29
+
https://elpa.nongnu.org[NonGNU ELPA],
29
30
http://stable.melpa.org[MELPA Stable]
30
31
and http://melpa.org[MELPA].
31
32
33
+
NOTE: NonGNU ELPA is one of Emacs's standard repositories and is enabled by default on Emacs 28+. You'll have to setup MELPA and MELPA Stable yourselves if you want to use them.
34
+
32
35
You can install CIDER with the following command:
33
36
34
37
kbd:[M-x package-install <RET> cider <RET>]
@@ -54,27 +57,31 @@ time to time. Nevertheless, installing from MELPA is a reasonable way
54
57
to obtain CIDER. The `master` branch is normally quite stable
55
58
and serious regressions there are usually fixed quickly.
56
59
60
+
TIP: If you don't want to (or can't) wait for MELPA to rebuild CIDER,
61
+
you can easily build and install an up-to-date MELPA package locally yourself. Check out
0 commit comments