From a06ad41bfa21d022e2ecc4dfdfdfa4437d31b6ff Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Sat, 24 Jun 2017 23:00:59 -0700 Subject: [PATCH] Add Linux binaries to readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8681799..45e9866 100644 --- a/README.md +++ b/README.md @@ -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