From a002d1bb8f617c86dddb687e86943bdbcbf1263e Mon Sep 17 00:00:00 2001 From: Johnson Denen Date: Tue, 25 Apr 2017 00:42:21 -0400 Subject: Update README.org Close #4 --- README.org | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'README.org') diff --git a/README.org b/README.org index f6b2118..8cc5c10 100644 --- a/README.org +++ b/README.org @@ -1,5 +1,7 @@ * mastodon.el +[[https://melpa.org/#/mastodon][file:https://melpa.org/packages/mastodon-badge.svg]] + [[https://travis-ci.org/jdenen/mastodon.el][https://travis-ci.org/jdenen/mastodon.el.svg?branch=master]] [[http://waffle.io/jdenen/mastodon.el][https://badge.waffle.io/jdenen/mastodon.el.png?label=in%20progress&title=In%20Progress]] @@ -26,8 +28,19 @@ Or, with =use-package=: *** MELPA -I'll make mastdon.el available on MELPA when I feel like it's reached a -stable state. +Add =MELPA= to your archives: + +#+BEGIN_SRC emacs-lisp + (require 'package) + (add-to-list 'package-archives + '("melpa" . "http://melpa.org/packages/") t) +#+END_SRC + +Update and install: + +=M-x package-refresh-contents RET= + +=M-x package-install RET mastodon RET= *** Emoji -- cgit v1.2.3