From b55149b22da51831eef1de250006da7963360cd1 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Sun, 2 Dec 2018 12:29:42 -0800 Subject: [PATCH] Add man page instructions (fixes #1347) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ba53dbb..597be37 100644 --- a/README.md +++ b/README.md @@ -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.