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

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

[nongnu] elpa/popup 140f12d 122/184: Update Installation section


From: ELPA Syncer
Subject: [nongnu] elpa/popup 140f12d 122/184: Update Installation section
Date: Wed, 6 Oct 2021 00:01:26 -0400 (EDT)

branch: elpa/popup
commit 140f12db9ed1452cdf309a5eacd6e82158b43d8b
Author: Syohei YOSHIDA <syohex@gmail.com>
Commit: Syohei YOSHIDA <syohex@gmail.com>

    Update Installation section
    
    We recommend users to use package.el or analogous package management
    tool(el-get, Cask etc) instead of auto-install or install-elisp.
---
 README.md | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md
index 5da6d2f..137ea0d 100644
--- a/README.md
+++ b/README.md
@@ -28,16 +28,8 @@ Screenshots
 Installation
 ------------
 
-Install `popup.el` into your `load-path` directory. If you have
-`install-elisp` or `auto-install`, you also be able to install
-`popup.el` like:
-
-    ;; install-elisp
-    (install-elisp "https://github.com/m2ym/popup-el/raw/master/popup.el";)
-    ;; auto-install
-    (auto-install-from-url 
"https://github.com/m2ym/popup-el/raw/master/popup.el";)
-
-popwin is tested under GNU Emacs 22 or later.
+You can install `popup.el` from [MELPA](http://melpa.org/) with package.el.
+popwin is tested under GNU Emacs 24 or later.
 
 Popup Items
 -----------



reply via email to

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