mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-20 13:23:55 -07:00
Merge pull request #955 from tsoernes/patch-1
Add Stack as install method
This commit is contained in:
commit
d6803ffa24
1 changed files with 5 additions and 0 deletions
|
@ -80,6 +80,11 @@ On systems with Cabal (installs to `~/.cabal/bin`):
|
|||
cabal update
|
||||
cabal install ShellCheck
|
||||
|
||||
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