mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 10:23:27 +08:00
Add cabal update to install instructions
Before I ran `cabal update` I got this on `cabal install` ``` Config file path source is default config file. Config file ~/.cabal/config not found. Writing default configuration to ~/.cabal/config Warning: The package list for 'hackage.haskell.org' does not exist. Run 'cabal update' to download it. Resolving dependencies... cabal: Could not resolve dependencies: trying: ShellCheck-0.3.2 ```
This commit is contained in:
@@ -39,6 +39,7 @@ On Mac OS X with MacPorts (http://www.macports.org/):
|
|||||||
|
|
||||||
With cabal installed, cd to the shellcheck source directory and:
|
With cabal installed, cd to the shellcheck source directory and:
|
||||||
|
|
||||||
|
$ cabal update
|
||||||
$ cabal install
|
$ cabal install
|
||||||
...
|
...
|
||||||
$ which shellcheck
|
$ which shellcheck
|
||||||
|
Reference in New Issue
Block a user