mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-08 05:51:09 -07:00
Suggested updating cabal-install in the readme
This commit is contained in:
parent
033ce6d941
commit
4bd902c5c4
1 changed files with 5 additions and 1 deletions
|
@ -37,9 +37,13 @@ On Mac OS X with MacPorts (http://www.macports.org/):
|
|||
|
||||
port install hs-cabal-install
|
||||
|
||||
With cabal installed, cd to the ShellCheck source directory and:
|
||||
Let cabal update itself, in case your distro version is outdated:
|
||||
|
||||
$ cabal update
|
||||
$ cabal install cabal-install
|
||||
|
||||
With cabal installed, cd to the ShellCheck source directory and:
|
||||
|
||||
$ cabal install
|
||||
|
||||
This will install ShellCheck to your ~/.cabal/bin directory.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue