Adds homebrew installation steps to README.

This commit is contained in:
Joshua Appelman 2014-06-08 01:42:20 +02:00
parent 3a944de606
commit 9772ba9de4
1 changed files with 8 additions and 0 deletions

View File

@ -18,6 +18,14 @@ The goals of ShellCheck are:
ShellCheck is written in Haskell, and requires at least 1 GB of RAM to compile.
## Installing
Instead of building from source shellcheck can be installed through your
systems package manager.
On OS X:
$ brew install shellscript
## Building with Cabal