aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md10
-rw-r--r--debian/changelog1
2 files changed, 9 insertions, 2 deletions
diff --git a/README.md b/README.md
index f772756..1b06e0a 100644
--- a/README.md
+++ b/README.md
@@ -14,16 +14,22 @@ the output format.
## Installation
-pandoc-citeproc-preamble uses the standard Haskell toolchain and is
-available from Hackage, so you should just be able to `cabal install
+Users of Debian 10 or later or Ubuntu 17.04 or later: `apt-get install
+pandoc-citeproc-preamble`. Users of Debian 9: enable
+[backports][backports], and then `apt-get install -t stretch-backports
pandoc-citeproc-preamble`.
+Otherwise, pandoc-citeproc-preamble uses the standard Haskell
+toolchain and is available from Hackage, so you should just be able to
+`cabal install pandoc-citeproc-preamble`.
+
If you are not a Haskell programmer, you might find it easier to
1. install [Stack][];
2. ensure that `~/.local/bin` is in your shell's PATH
3. run `stack install pandoc-citeproc-preamble`.
+[backports]: https://backports.debian.org/Instructions/
[Stack]: https://github.com/commercialhaskell/stack
## Usage
diff --git a/debian/changelog b/debian/changelog
index 4cbb589..938250c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ pandoc-citeproc-preamble (1.4) UNRELEASED; urgency=medium
- Add <!nocheck> build-deps on pandoc & pandoc-citeproc.
* Declare compliance with Debian Policy 4.4.1.
- Use 'https' in the Format: field in d/copyright.
+ * README.md: add apt-get installation instructions.
-- Sean Whitton <spwhitton@spwhitton.name> Fri, 29 Nov 2019 14:26:39 -0700