Added homebrew instructions

Former-commit-id: 05167f240768a8136e580544875454b3f2fdbdfe
This commit is contained in:
Will Stranathan
2015-07-08 22:19:52 -04:00
parent c02d1d73b8
commit 98a43606ce

View File

@@ -26,6 +26,12 @@ On Windows
> bin/dependency-check.bat -h
> bin/dependency-check.bat --app Testing --out . --scan [path to jar files to be scanned]
```
On Mac with [Homebrew](http://brew.sh)
```
$ brew update && brew install dependency-check
$ dependency-check -h
$ dependency-check --app Testing --out . --scan [path to jar files to be scanned]
```
### Maven Plugin