From 79726ceb043730601cc23ce728f757a224ee1716 Mon Sep 17 00:00:00 2001 From: Stig Brautaset Date: Sat, 20 Jul 2019 11:05:56 +0000 Subject: Update README's installation instructions --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b300263..6f084e4 100644 --- a/README.md +++ b/README.md @@ -25,21 +25,17 @@ that use it, see: - [Anki](http://ichi2.net/anki/) - [Mnemosyne](http://mnemosyne-proj.org/index.php) -Org-Drill comes bundled with Org mode, in the "contrib" directory. Org-Drill -also has its own repository, which is updated more regularly than the bundled -version. The repository is at: - - - # Installation +Org-Drill is available on MELPA. You can install it with `M-x +package-install RET org-drill RET`. + The easiest way is to customise the variable `org-modules` (`M-x customize-variables RET org-modules`) and make sure 'drill' is ticked. Org-drill will then be loaded when you restart Emacs or restart Org-mode. -For manual installation, put the following in your `.emacs`. You will also need -to make sure that Org's "contrib/lisp" directory is in the emacs load-path. +For manual installation, put the following in your `.emacs`: (require 'org-drill) -- cgit v1.2.3