From 9772ba9de4eec754f27f9dc83f5b3fc744e8ad2d Mon Sep 17 00:00:00 2001 From: Joshua Appelman Date: Sun, 8 Jun 2014 01:42:20 +0200 Subject: [PATCH] Adds homebrew installation steps to README. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f448fad..cd369a5 100644 --- a/README.md +++ b/README.md @@ -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