From 1b6093944977d2a3ad1a4524c3d6c05b99aefc74 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 6 Nov 2013 23:13:51 +0100 Subject: Update README, add INSTALL --- INSTALL | 12 ++++++++++++ README.org | 4 +++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 INSTALL 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]]. -- cgit v1.2.3-54-g00ecf