Skip to content

Commit 231f8e7

Browse files
committed
Streamline the installation docs
1 parent ac86c55 commit 231f8e7

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

doc/modules/ROOT/pages/basics/installation.adoc

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
:experimental:
33

44
The canonical way to install CIDER is via `package.el` (Emacs's built-in package
5-
manager), but it can be installed manually or via alternative package managers such
6-
as `el-get`.
5+
manager).
6+
7+
NOTE: You can install CIDER using other package managers as well, but this is
8+
outside the scope of this guide.
79

810
== Prerequisites
911

@@ -107,16 +109,6 @@ by entering: kbd:[C-x C-e].
107109
For further configuration options with `use-package`, consult the
108110
official https://github.com/jwiegley/use-package[use-package repository].
109111

110-
== Installation via el-get
111-
112-
CIDER is also available for installation from
113-
the https://github.com/dimitri/el-get[el-get] package manager.
114-
115-
Provided you've already installed `el-get` you can install CIDER with the
116-
following command:
117-
118-
kbd:[M-x el-get-install <RET> cider <RET>]
119-
120112
== Manual Installation
121113

122114
Installing CIDER manually is discouraged unless you plan to work with CIDER's

0 commit comments

Comments
 (0)