Mention VS Code ShellCheck binaries distribution

This commit is contained in:
Felipe Santos
2023-02-05 11:13:07 -03:00
committed by GitHub
parent b1ca3929e3
commit e6e8ab0415

View File

@@ -232,6 +232,8 @@ Alternatively, you can download pre-compiled binaries for the latest release her
or see the [GitHub Releases](https://github.com/koalaman/shellcheck/releases) for other releases
(including the [latest](https://github.com/koalaman/shellcheck/releases/tag/latest) meta-release for daily git builds).
You can also find pre-compiled binaries repackaged in `.tar.gz` format in the [VS Code ShellCheck Binaries](https://github.com/vscode-shellcheck/shellcheck-binaries/releases) repository. It also includes a pre-compiled binary for **Apple M1** processors.
Distro packages already come with a `man` page. If you are building from source, it can be installed with:
```console