diff options
author | Johnson Denen <johnson.denen@gmail.com> | 2017-04-25 00:42:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-25 00:42:21 -0400 |
commit | a002d1bb8f617c86dddb687e86943bdbcbf1263e (patch) | |
tree | bbed4e4c74e4d7ba7cc52c6d866b046b64a33d49 /README.org | |
parent | 3e79236c9309047c35fcdc6f89ef19d7eb46c197 (diff) |
Update README.org
Close #4
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 17 |
1 files changed, 15 insertions, 2 deletions
@@ -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 |