aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-11-06 23:13:51 +0100
committerGravatar Tom Willemse2013-11-06 23:13:51 +0100
commit1b6093944977d2a3ad1a4524c3d6c05b99aefc74 (patch)
tree31c9133c5cc5f4521f9f52a452d540042d68c5c6
parent0f6c2b3228077b001872c423d5888b0d355d5a25 (diff)
downloadhypo-emacs-1b6093944977d2a3ad1a4524c3d6c05b99aefc74.tar.gz
hypo-emacs-1b6093944977d2a3ad1a4524c3d6c05b99aefc74.zip
Update README, add INSTALL
-rw-r--r--INSTALL12
-rw-r--r--README.org4
2 files changed, 15 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..7fb92dc
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,12 @@
+# -*- mode: org; -*-
+To install hypo-emacs download a tar or zip archive, extract it, place
+it somewhere in your Emacs' =load-path=, or change =load-path= to include
+the extracted directory:
+
+#+BEGIN_SRC emacs-lisp
+ (add-to-list 'load-path "/path/to/hypo-emacs")
+#+END_SRC
+
+*or* download and extract and then use ~package.el~ to install ~hypo.el~:
+
+: M-x package-install-file RET /path/to/hypo-emacs/hypo.el RET
diff --git a/README.org b/README.org
index 42be59c..06e3b62 100644
--- a/README.org
+++ b/README.org
@@ -1 +1,3 @@
-Some functions to interact with [[http://projects.ryuslash.org/hypo/][hypo]].
+#+STARTUP: showall
+
+Some functions to interact with [[http://projects.ryuslash.org/hypo/][hypo]] from [[http://gnu.org/software/emacs][GNU Emacs]].