branch: externals/yasnippet
commit 9596631bdeac10e15b945180ebd86ff111273f48
Author: Stefan Monnier <[email protected]>
Commit: Stefan Monnier <[email protected]>
* README.mdown: Tweak install instructions
(Installation): Rename the Git install section to make it sound less
like the "normal&recommanded" way to install YAsnippet.
(Install with `package-install`): Mention GNU ELPA and GNU-devel ELPA.
---
README.mdown | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/README.mdown b/README.mdown
index ab91565cc8..f1a8ebea74 100644
--- a/README.mdown
+++ b/README.mdown
@@ -15,7 +15,7 @@ YASnippet. Watch [a demo on YouTube][youtube-demo].
# Installation
-## Install the most recent version
+## Manual install from Git
Clone this repository somewhere
@@ -33,8 +33,12 @@ Add your own snippets to `~/.emacs.d/snippets` by placing
files there or invokin
## Install with `package-install`
-In a recent emacs `M-x list-packages` is the recommended way to list and
install packages.
-[MELPA][melpa] keeps a very recent snapshot of YASnippet, see
http://melpa.org/#installing.
+In a recent emacs `M-x list-packages` is the recommended way to list
+and install packages.
+It's available from [GNU ELPA][gnuelpa].
+If you need a very recent snapshot, you can get it from
+[GNU-devel ELPA][gnudevel] as well as [MELPA][melpa]
+(see http://melpa.org/#installing).
## Install with el-get
@@ -156,6 +160,8 @@ Finally, thank you very much for using YASnippet!
[googlecode tracker]: http://code.google.com/p/yasnippet/issues/list
[forum]: http://groups.google.com/group/smart-snippet
[melpa]: http://melpa.milkbox.net/
+[gnuelpa]: http://elpa.gnu.org/packages/
+[gnudevel]: http://elpa.gnu.org/devel/
[yasmate]: http://github.com/joaotavora/yasmate
[textmate-to-yas.el]: https://github.com/mattfidler/textmate-to-yas.el
[yasnippet-snippets]: http://github.com/AndreaCrotti/yasnippet-snippets