Add Linux binaries to readme

This commit is contained in:
Vidar Holen 2017-06-24 23:00:59 -07:00
parent 21f5bf01eb
commit a06ad41bfa
1 changed files with 4 additions and 1 deletions

View File

@ -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