aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL12
1 files changed, 12 insertions, 0 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