This commit is contained in:
John Albietz 2014-04-01 19:45:04 +00:00
commit cc42b21a1a

View file

@ -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: Make sure cabal is installed. On Debian based distros:
apt-get install cabal-install apt-get install cabal-install
cabal update
On Fedora: On Fedora:
yum install cabal-install yum install cabal-install
cabal update
On Mac OS X with homebrew (http://brew.sh/): On Mac OS X with homebrew (http://brew.sh/):
brew install cabal-install brew install cabal-install
cabal update
On Mac OS X with MacPorts (http://www.macports.org/): On Mac OS X with MacPorts (http://www.macports.org/):
port install hs-cabal-install port install hs-cabal-install
cabal update
With cabal installed, cd to the shellcheck source directory and: With cabal installed, cd to the shellcheck source directory and: