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

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

[elpa] 342/352: Add pointer to Melpa package archive


From: Stefan Monnier
Subject: [elpa] 342/352: Add pointer to Melpa package archive
Date: Mon, 07 Jul 2014 14:05:43 +0000

monnier pushed a commit to branch master
in repository elpa.

commit 3bc8f1acc7af245e23c4f81665326a762c3525bd
Author: Teemu Likonen <address@hidden>
Date:   Sun Apr 20 17:26:38 2014 +0300

    Add pointer to Melpa package archive
---
 README.md |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index d740db4..de25209 100644
--- a/README.md
+++ b/README.md
@@ -92,11 +92,10 @@ checker.
 Install
 -------
 
-You can install Wcheck mode through [Marmalade][] package archive. It's
-the preferred way to install official releases. Alternatively you can
-put `wcheck-mode.el` file to some directory in your Emacs's `load-path`
-and add the following lines to Emacs's initialization file (`~/.emacs`
-or `~/.emacs.d/init.el`):
+You can install Wcheck mode through [Marmalade][] or [Melpa][] package
+archive. Alternatively you can put `wcheck-mode.el` file to some
+directory in your Emacs's `load-path` and add the following lines to
+Emacs's initialization file (`~/.emacs` or `~/.emacs.d/init.el`):
 
     (autoload 'wcheck-mode "wcheck-mode"
       "Toggle wcheck-mode." t)
@@ -110,6 +109,7 @@ or `~/.emacs.d/init.el`):
       "Move point backward to previous marked text area." t)
 
 [Marmalade]: http://marmalade-repo.org/
+[Melpa]:     http://melpa.milkbox.net/
 
 
 Configuration and basic usage



reply via email to

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