From cf4e8e5052f640ed389b0a77244fac0462c1cfa3 Mon Sep 17 00:00:00 2001 From: John Albietz Date: Tue, 1 Apr 2014 12:44:58 -0700 Subject: [PATCH] the install wpn't work without first doing cabal update. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 147b113..ad81ae8 100644 --- a/README.md +++ b/README.md @@ -24,18 +24,22 @@ ShellCheck requires at least 1 GB of RAM to compile. Executables can be built wi Make sure cabal is installed. On Debian based distros: apt-get install cabal-install + cabal update On Fedora: yum install cabal-install + cabal update On Mac OS X with homebrew (http://brew.sh/): brew install cabal-install + cabal update On Mac OS X with MacPorts (http://www.macports.org/): port install hs-cabal-install + cabal update With cabal installed, cd to the shellcheck source directory and: