Update README, add INSTALL
This commit is contained in:
parent
0f6c2b3228
commit
1b60939449
2 changed files with 15 additions and 1 deletions
12
INSTALL
Normal file
12
INSTALL
Normal file
|
@ -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
|
|
@ -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]].
|
||||
|
|
Loading…
Reference in a new issue