branch: elpa/cider
commit 231f8e79016d271a9fa1e9a4ac8197f86f5ee114
Author: Bozhidar Batsov <bozhi...@batsov.dev>
Commit: Bozhidar Batsov <bozhi...@batsov.dev>

    Streamline the installation docs
---
 doc/modules/ROOT/pages/basics/installation.adoc | 16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

diff --git a/doc/modules/ROOT/pages/basics/installation.adoc 
b/doc/modules/ROOT/pages/basics/installation.adoc
index bcac315678..26cb59d3f2 100644
--- a/doc/modules/ROOT/pages/basics/installation.adoc
+++ b/doc/modules/ROOT/pages/basics/installation.adoc
@@ -2,8 +2,10 @@
 :experimental:
 
 The canonical way to install CIDER is via `package.el` (Emacs's built-in 
package
-manager), but it can be installed manually or via alternative package managers 
such
-as `el-get`.
+manager).
+
+NOTE: You can install CIDER using other package managers as well, but this is
+outside the scope of this guide.
 
 == Prerequisites
 
@@ -107,16 +109,6 @@ by entering: kbd:[C-x C-e].
 For further configuration options with `use-package`, consult the
 official https://github.com/jwiegley/use-package[use-package repository].
 
-== Installation via el-get
-
-CIDER is also available for installation from
-the https://github.com/dimitri/el-get[el-get] package manager.
-
-Provided you've already installed `el-get` you can install CIDER with the
-following command:
-
-kbd:[M-x el-get-install <RET> cider <RET>]
-
 == Manual Installation
 
 Installing CIDER manually is discouraged unless you plan to work with CIDER's

Reply via email to