monnier pushed a commit to branch master
in repository elpa.
commit 93fd122861dbcf904321b7ec95c5f82b335076c8
Author: Teemu Likonen <[email protected]>
Date: Thu Apr 18 17:25:33 2013 +0300
Add link to Marmalade package archive
---
README.md | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/README.md b/README.md
index 0b8e3a2..9558200 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,9 @@ checker.
Install
-------
-Put `wcheck-mode.el` file to some directory in your Emacs's `load-path`
+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`):
(autoload 'wcheck-mode "wcheck-mode"
@@ -106,6 +108,8 @@ and add the following lines to Emacs's initialization file
(`~/.emacs`):
(autoload 'wcheck-jump-backward "wcheck-mode"
"Move point backward to previous marked text area." t)
+[Marmalade]: http://marmalade-repo.org/
+
Configuration and basic usage
-----------------------------