aboutsummaryrefslogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..ed18e48
--- /dev/null
+++ b/README.org
@@ -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