mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-13 16:43:20 -07:00
Add Linux binaries to readme
This commit is contained in:
parent
21f5bf01eb
commit
a06ad41bfa
1 changed files with 4 additions and 1 deletions
|
@ -127,7 +127,10 @@ From Docker Hub:
|
|||
docker pull koalaman/shellcheck
|
||||
docker run -v "$PWD:/mnt" koalaman/shellcheck myscript
|
||||
|
||||
For Windows, you can download [precompiled Windows executables](https://storage.googleapis.com/shellcheck/shellcheck-latest.zip).
|
||||
Alternatively, get freshly built binaries here:
|
||||
|
||||
* [Linux, x86_64](https://storage.googleapis.com/shellcheck/shellcheck-latest.linux.x86_64.tar.xz) (statically linked)
|
||||
* [Windows, x86](https://storage.googleapis.com/shellcheck/shellcheck-latest.zip)
|
||||
|
||||
## Compiling from source
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue