mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-29 19:19:10 -07:00
Merge pull request #1570 from virgilwashere/readme-pandoc
docs: README: Update pandoc command to match `Setup.hs`
This commit is contained in:
commit
aa4b24e458
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ 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:
|
Distro packages already come with a `man` page. If you are building from source, it can be installed with:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
pandoc -s -t man shellcheck.1.md -o shellcheck.1
|
pandoc -s -f markdown-smart -t man shellcheck.1.md -o shellcheck.1
|
||||||
sudo mv shellcheck.1 /usr/share/man/man1
|
sudo mv shellcheck.1 /usr/share/man/man1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue