Merge pull request from guywithnose/master

Add cabal update to install instructions
This commit is contained in:
koalaman 2014-04-05 11:40:46 -07:00
commit 8bd4365cdb
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ On Mac OS X with MacPorts (http://www.macports.org/):
With cabal installed, cd to the ShellCheck source directory and:
$ cabal update
$ cabal install
This will install ShellCheck to your ~/.cabal/bin directory.