mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-19 04:50:29 -07:00
Merge pull request #172 from jbnicolai/master
Adds homebrew installation steps to README.
This commit is contained in:
commit
d9c622ae33
1 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue