Add man page instructions (fixes #1347)

This commit is contained in:
Vidar Holen
2018-12-02 12:29:42 -08:00
committed by GitHub
parent 1b207b3d43
commit b55149b22d

View File

@@ -172,6 +172,11 @@ Alternatively, you can download pre-compiled binaries for the latest release her
or see the [storage bucket listing](https://shellcheck.storage.googleapis.com/index.html) for checksums, older versions and the latest daily builds.
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
## Travis CI
Travis CI has now integrated ShellCheck by default, so you don't need to manually install it.