Add storage bucket listing to readme
This commit is contained in:
parent
d6803ffa24
commit
1d76abc439
|
@ -19,7 +19,7 @@ See [the gallery of bad code](README.md#user-content-gallery-of-bad-code) for ex
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
|
|
||||||
There are a variety of ways to use ShellCheck!
|
There are a number of ways to use ShellCheck!
|
||||||
|
|
||||||
### On the web
|
### 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)
|
* [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)
|
* [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
|
## 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.
|
This section describes how to build ShellCheck from a source directory. ShellCheck is written in Haskell and requires 2GB of RAM to compile.
|
||||||
|
|
Loading…
Reference in New Issue