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