diff --git a/README.mdown b/README.mdown index 87b198a..bd76bba 100644 --- a/README.mdown +++ b/README.mdown @@ -34,6 +34,12 @@ Add the following in your `.emacs` file: Add your own snippets to `~/.emacs.d/snippets` by placing files there or invoking `yas/new-snippet`. + +## 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.milkbox.net/#installing. + ## Install with el-get El-get is a nice way to get the most recent version, too. See @@ -47,15 +53,9 @@ Consider using this "local" recipe. :type github :pkgname "capitaomorte/yasnippet" :features "yasnippet" - :compile "yasnippet.el" - :submodule nil) + :compile "yasnippet.el") el-get-sources) -## Install with MELPA - -If you're using the latest emacs, with `package.el`, a very recent yasnippet is -also available on http://melpa.milkbox.net/. - ## Use `yas/minor-mode` on a per-buffer basis To use yasnippet as a non-global minor mode, replace `(yas/global-mode 1)` with @@ -124,3 +124,4 @@ to the [yasnippet google group][forum]. Thank you very much for using yasnippet! [issues]: https://github.com/capitaomorte/yasnippet/issues [googlecode tracker]: http://code.google.com/p/yasnippet/issues/list [forum]: http://groups.google.com/group/smart-snippet +[melpa]: http://melpa.milkbox.net/