From 98a43606ce491e8503d542ca28f59e0a280fca98 Mon Sep 17 00:00:00 2001 From: Will Stranathan Date: Wed, 8 Jul 2015 22:19:52 -0400 Subject: [PATCH] Added homebrew instructions Former-commit-id: 05167f240768a8136e580544875454b3f2fdbdfe --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5afe5f557..164bea864 100644 --- a/README.md +++ b/README.md @@ -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