mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-14 18:48:16 -07:00
Mention docker release tags in readme
This commit is contained in:
parent
1463cf773a
commit
79d6066450
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue