mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-14 02:27:30 -07:00
Merge pull request #1143 from pratikmallya/simplify_dockerbuild
Simplify Dockerfile
This commit is contained in:
commit
6dd5350e3b
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
[](https://travis-ci.org/koalaman/shellcheck)
|
||||
|
||||
# ShellCheck - A shell script static analysis tool
|
||||
|
||||
ShellCheck is a GPLv3 tool that gives warnings and suggestions for bash/sh shell scripts:
|
||||
|
@ -99,7 +101,7 @@ On systems with Stack (installs to `~/.local/bin`):
|
|||
|
||||
stack update
|
||||
stack install ShellCheck
|
||||
|
||||
|
||||
On Debian based distros:
|
||||
|
||||
apt-get install shellcheck
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue