mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-23 06:35:41 -07:00
Scarf install instructions
This commit is contained in:
parent
60f75e5b8a
commit
ffbeb92a9d
1 changed files with 4 additions and 0 deletions
|
@ -209,6 +209,10 @@ docker run --rm -v "$PWD:/mnt" koalaman/shellcheck:stable myscript
|
||||||
|
|
||||||
or use `koalaman/shellcheck-alpine` if you want a larger Alpine Linux based image to extend. It works exactly like a regular Alpine image, but has shellcheck preinstalled.
|
or use `koalaman/shellcheck-alpine` if you want a larger Alpine Linux based image to extend. It works exactly like a regular Alpine image, but has shellcheck preinstalled.
|
||||||
|
|
||||||
|
If you'd like to support this project, please consider installing with the [Scarf package manager](https://scarf.sh):
|
||||||
|
|
||||||
|
scarf install shellcheck
|
||||||
|
|
||||||
Alternatively, you can download pre-compiled binaries for the latest release here:
|
Alternatively, you can download pre-compiled binaries for the latest release here:
|
||||||
|
|
||||||
* [Linux, x86_64](https://storage.googleapis.com/shellcheck/shellcheck-stable.linux.x86_64.tar.xz) (statically linked)
|
* [Linux, x86_64](https://storage.googleapis.com/shellcheck/shellcheck-stable.linux.x86_64.tar.xz) (statically linked)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue