From ad08bb64aa4f7d41915116b6c709c07ba28a041d Mon Sep 17 00:00:00 2001 From: guywithnose Date: Tue, 1 Apr 2014 11:48:09 -0400 Subject: [PATCH] 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 ``` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 147b113..0bcbe12 100644 --- a/README.md +++ b/README.md @@ -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 ... $ which shellcheck