mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-21 13:53:58 -07:00
Add Stack as install method
This commit is contained in:
parent
81388cefd2
commit
4ec8d73a14
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