From c82ed54fd3b00b89b5346315d9f326d5f75063e9 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 2 Dec 2019 20:31:36 -0700 Subject: README.md: add apt-get installation instructions Signed-off-by: Sean Whitton --- README.md | 10 ++++++++-- debian/changelog | 1 + 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 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 Fri, 29 Nov 2019 14:26:39 -0700 -- cgit v1.2.3