From d72a5faa1f93e96671108ccc8628ba8798daf903 Mon Sep 17 00:00:00 2001 From: Virgil Date: Sat, 4 May 2019 16:27:44 +1000 Subject: [PATCH] :memo: docs: Update pandoc to match `Setup.hs` The sdist hook in [Setup.hs](Setup.hs) disables the `smart` extension when creating man page. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d426216..9b0df56 100644 --- a/README.md +++ b/README.md @@ -210,8 +210,10 @@ or see the [storage bucket listing](https://shellcheck.storage.googleapis.com/in Distro packages already come with a `man` page. If you are building from source, it can be installed with: - pandoc -s -t man shellcheck.1.md -o shellcheck.1 - sudo mv shellcheck.1 /usr/share/man/man1 +```console +pandoc -s -f markdown-smart -t man shellcheck.1.md -o shellcheck.1 +sudo mv shellcheck.1 /usr/share/man/man1 +``` ## Travis CI