Add Stack as install method

This commit is contained in:
tsoernes 2017-07-19 04:17:09 +02:00 committed by GitHub
parent 81388cefd2
commit 4ec8d73a14
1 changed files with 5 additions and 0 deletions

View File

@ -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