Add simple README
This commit is contained in:
parent
6fbafae2c8
commit
8aad8fe934
1 changed files with 7 additions and 0 deletions
7
README.org
Normal file
7
README.org
Normal file
|
@ -0,0 +1,7 @@
|
|||
To use this repository execute the following commands in Emacs:
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(add-to-list 'package-archives '("oni" . "https://ryuslash.org/elpa/"))
|
||||
(package-refresh-contents)
|
||||
(package-install 'oni-package)
|
||||
#+end_src
|
Loading…
Reference in a new issue