branch: elpa/popup
commit 140f12db9ed1452cdf309a5eacd6e82158b43d8b
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
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
-----------