Mention docker release tags in readme

This commit is contained in:
koalaman
2017-07-05 10:30:30 -07:00
committed by GitHub
parent 1463cf773a
commit 79d6066450

View File

@@ -124,7 +124,7 @@ Or use OneClickInstall - https://software.opensuse.org/package/ShellCheck
From Docker Hub:
docker pull koalaman/shellcheck
docker pull koalaman/shellcheck:latest # Or :v0.4.6 for a release version
docker run -v "$PWD:/mnt" koalaman/shellcheck myscript
Alternatively, get freshly built binaries here: