📝 docs: Update pandoc to match Setup.hs

The sdist hook in [Setup.hs](Setup.hs) disables the `smart` extension
when creating man page.
This commit is contained in:
Virgil
2019-05-04 16:27:44 +10:00
parent e2e65e1350
commit d72a5faa1f

View File

@@ -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