aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-11 18:41:00 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-11 18:41:08 -0700
commit9efd2621bc5818a0f842673f23bcea08ecd64802 (patch)
tree0665eff514aa361f65dfbcb00086b809a25d766e
parentbb3e28841ebc4b87a34a642a40662316234601c4 (diff)
downloadorg-d20-9efd2621bc5818a0f842673f23bcea08ecd64802.tar.gz
Note apt-get installation option in README.md
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--NEWS.md1
-rw-r--r--README.md5
2 files changed, 4 insertions, 2 deletions
diff --git a/NEWS.md b/NEWS.md
index 7d0b8cf..2d4384f 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,6 +2,7 @@
----------------
- Add missing (require 'subr-x).
+- Note apt-get installation option in README.md.
0.4 (2020-12-29)
----------------
diff --git a/README.md b/README.md
index d9a80c7..8ddd15a 100644
--- a/README.md
+++ b/README.md
@@ -31,8 +31,9 @@ other sets of house rules, are welcome.
## Installation ##
-You may copy [`org-d20.el`][] to somewhere in your `load-path` and
-simply
+Users of Debian 12 or later or Ubuntu 21.04 or later can use `apt-get install
+elpa-org-d20`. Otherwise, you may copy [`org-d20.el`][] to somewhere in your
+`load-path` and simply
(autoload 'org-d20-mode "org-d20.el")