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

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

[nongnu] elpa/xkcd 25594f98c7 31/82: Add info about Melpa in README.


From: ELPA Syncer
Subject: [nongnu] elpa/xkcd 25594f98c7 31/82: Add info about Melpa in README.
Date: Mon, 12 Dec 2022 21:59:51 -0500 (EST)

branch: elpa/xkcd
commit 25594f98c7a8472acd63a81a01aad36f90f942e3
Author: Vibhav Pant <vibhavp@gmail.com>
Commit: Vibhav Pant <vibhavp@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"



reply via email to

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