mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 01:11:38 +08:00
Add Linux binaries to readme
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user