emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master e4c248a 278/348: doc/ivy.org: Update package names in ELPA


From: Oleh Krehel
Subject: [elpa] master e4c248a 278/348: doc/ivy.org: Update package names in ELPA/MELPA
Date: Sat, 8 Apr 2017 11:04:14 -0400 (EDT)

branch: master
commit e4c248a46ca00a6a9ff5ccf018bab2becd2718dd
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    doc/ivy.org: Update package names in ELPA/MELPA
    
    Fixes #833
---
 doc/ivy.org | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/doc/ivy.org b/doc/ivy.org
index f47a842..1ff790d 100644
--- a/doc/ivy.org
+++ b/doc/ivy.org
@@ -145,15 +145,16 @@ oldest version that runs Ivy with fancy faces display.
 :CUSTOM_ID: installing-from-emacs-package-manager
 :END:
 
-~M-x~ =package-install= ~RET~ =swiper= ~RET~
+~M-x~ =package-install= ~RET~ =ivy= ~RET~
 
-Ivy is installed as part of =swiper= package. =swiper= is available
-from two different package archives, GNU ELPA and MELPA. For the
-latest stable version, use the GNU ELPA archives using the above M-x
-command.
+Ivy is installed as part of =ivy= package, which is available from two
+different package archives, GNU ELPA and MELPA. For the latest stable
+version, use the GNU ELPA archives using the above M-x command.
 
-For current hourly builds, use the MELPA archives. See the code below
-for adding MELPA to the list of package archives:
+For current hourly builds, use the MELPA archives. In MELPA, Ivy is
+split into three packages: =ivy=, =swiper= and =counsel=; you can simply
+install =counsel= which will bring in the other two as dependencies.
+See the code below for adding MELPA to the list of package archives:
 
 #+begin_src elisp
 (require 'package)
@@ -161,8 +162,8 @@ for adding MELPA to the list of package archives:
              '("melpa" . "http://melpa.org/packages/";))
 #+end_src
 
-After this do ~M-x~ =package-refresh-contents= ~RET~, followed by
-~M-x~ =package-install= ~RET~ =counsel= ~RET~.
+After this do ~M-x~ =package-refresh-contents= ~RET~, followed by ~M-x~
+=package-install= ~RET~ =counsel= ~RET~.
 
 For package manager details, see [[info:emacs#Packages]].
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]