aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee Hinman <lee@writequit.org>2016-09-07 15:36:54 -0600
committerLee Hinman <lee@writequit.org>2016-09-07 15:36:54 -0600
commit12277da990095faa423f0ec0cde258d90784a7cf (patch)
tree97bfb177c4ea5434282e44e20f618d7028ce8f72
parentfe7e7cec0559acdaeb89d6dc99e50ad698723207 (diff)
downloadox-tufte-12277da990095faa423f0ec0cde258d90784a7cf.tar.gz
ox-tufte-12277da990095faa423f0ec0cde258d90784a7cf.zip
Update README to mention installing from MELPA
-rw-r--r--README.org13
1 files changed, 11 insertions, 2 deletions
diff --git a/README.org b/README.org
index 7ebf87f..dc76114 100644
--- a/README.org
+++ b/README.org
@@ -11,10 +11,19 @@ It's still a work-in-progress, but it works pretty well right now.
* Installation and Usage
-Currently you need to manually install, do something like:
+You can install ox-tufte using [[https://melpa.org][MELPA]]:
+
+#+BEGIN_SRC emacs-lisp
+(add-to-list 'package-archives
+ '("melpa" . "http://melpa.org/packages/") t)
+
+(package-refresh-contents)
+(package-install 'ox-tufte)
+#+END_SRC
+
+And then in your ~init.el~:
#+BEGIN_SRC emacs-lisp
-(add-to-list 'load-path "/path/to/ox-tufte")
(require 'ox-tufte)
#+END_SRC