From 4bd902c5c47aab81045f3071e93a9344e3562d6e Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Sat, 3 May 2014 10:13:36 -0700 Subject: [PATCH] Suggested updating cabal-install in the readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bba121..d8e6a7b 100644 --- a/README.md +++ b/README.md @@ -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.