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
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ Or use OneClickInstall - https://software.opensuse.org/package/ShellCheck
From Docker Hub: 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 docker run -v "$PWD:/mnt" koalaman/shellcheck myscript
Alternatively, get freshly built binaries here: Alternatively, get freshly built binaries here: