branch: elpa/xkcd commit 25594f98c7a8472acd63a81a01aad36f90f942e3 Author: Vibhav Pant <vibh...@gmail.com> Commit: Vibhav Pant <vibh...@gmail.com>
Add info about Melpa in README. --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd5f36371f..4456de7637 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,17 @@ emacs-xkcd Implementation of an xkcd (http://xkcd.com/) reader for Emacs. -Enable it by adding +#Installation + +## Via package.el (Melpa) +emacs-xkcd is now available on [Melpa](http://melpa.milkbox.net). If you have added Melpa as a repository, the package can be installed by a simple `M-x package-install xkcd`. + +## Via Github +Clone this repository to a desired location, and add the following snippet to your .emacs: ```lisp (add-to-list 'load-path (expand-file-name "/path/to/emacs-xkcd.el")) (require 'xkcd) ``` -to your .emacs file. #Screenshot: ![alt text][screen] [screen]: http://i.imgur.com/x08oyQm.png "Screenshot of emacs-xkcd"