branch: elpa/logview
commit 4ee5d0ef4b1056b8c9d5da656ed4076d5ca4dd2e
Author: Paul Pogonyshev <pogonys...@gmail.com>
Commit: Paul Pogonyshev <pogonys...@gmail.com>

    Change mention of MELPA in README.md to prefer stable variant.
---
 README.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index a736c69e35..47b8e9f9d6 100644
--- a/README.md
+++ b/README.md
@@ -23,8 +23,10 @@ UNIX files in `/var/log`.
 
 ### Installation
 
-Logview is available from [MELPA](http://melpa.org/#/logview).
-Assuming your `package-archives` lists MELPA, just type
+Logview is available from MELPA (both
+[stable](http://stable.melpa.org/#/logview) and
+[unstable](http://melpa.org/#/logview)).  Assuming your
+`package-archives` lists MELPA, just type
 
     M-x package-install RET logview RET
 
@@ -42,7 +44,7 @@ Now, from Emacs execute:
 
 Alternatively to the second step, add this to your `.emacs` file:
 
-    (add-to-list 'load-path "~/logview")
+    (add-to-list 'load-path "SOME-PATH/logview")
     (require 'logview)
 
 

Reply via email to