Skip to content

Commit 60a83ee

Browse files
author
Bozhidar Batsov
committed
Mention Marmalade in the installation instructions
1 parent 08518f6 commit 60a83ee

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,16 +96,17 @@ sometimes interferes with CIDER's REPL initialization.
9696

9797
`package.el` is the built-in package manager in Emacs.
9898

99-
`CIDER` is available on two major `package.el` community
99+
`CIDER` is available on all major `package.el` community
100100
maintained repos -
101-
[MELPA Stable](http://stable.melpa.org) and
102-
[MELPA](http://melpa.org).
101+
[MELPA Stable](http://stable.melpa.org),
102+
[MELPA](http://melpa.org) and [Marmalade](https://marmalade-repo.org/).
103103

104104
You can install `CIDER` with the following command:
105105

106106
<kbd>M-x package-install [RET] cider [RET]</kbd>
107107

108-
or by adding this bit of Emacs Lisp code to your Emacs initialization file (`.emacs` or `init.el`):
108+
or by adding this bit of Emacs Lisp code to your Emacs initialization file
109+
(`.emacs` or `init.el`):
109110

110111
```el
111112
(unless (package-installed-p 'cider)
@@ -122,8 +123,8 @@ time. Never-the-less, installing from MELPA is the recommended way of
122123
obtaining CIDER, as the `master` branch is normally quite stable and
123124
"stable" (tagged) builds are released somewhat infrequently.
124125

125-
With the most recent builds of Emacs, you can pin CIDER to always
126-
use MELPA Stable by adding this to your Emacs initialization:
126+
With the most recent builds of Emacs, you can pin CIDER to always use MELPA
127+
Stable (or Marmalade) by adding this to your Emacs initialization:
127128

128129
```el
129130
(add-to-list 'package-pinned-packages '(cider . "melpa-stable") t)

0 commit comments

Comments
 (0)