From 1d76abc4394ce72b0d5fce5ec66e339af2ef3897 Mon Sep 17 00:00:00 2001 From: koalaman Date: Sun, 30 Jul 2017 10:52:06 -0700 Subject: [PATCH] Add storage bucket listing to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 77723bd..bf580b6 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ See [the gallery of bad code](README.md#user-content-gallery-of-bad-code) for ex ## How to use -There are a variety of ways to use ShellCheck! +There are a number of ways to use ShellCheck! ### On the web @@ -137,6 +137,8 @@ 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) +or see the [storage bucket listing](https://shellcheck.storage.googleapis.com/index.html) for checksums and release builds. + ## Compiling from source This section describes how to build ShellCheck from a source directory. ShellCheck is written in Haskell and requires 2GB of RAM to compile.