aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-12-02 20:31:36 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-12-02 20:31:36 -0700
commitc82ed54fd3b00b89b5346315d9f326d5f75063e9 (patch)
treefcabf144c153ac8a456ee09cb826e6f305de5f32
parent079daa524896dc6a359515153d0b72b6fbd96620 (diff)
downloadpandoc-citeproc-preamble-c82ed54fd3b00b89b5346315d9f326d5f75063e9.tar.gz
README.md: add apt-get installation instructions
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-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