From 1ded88e0893b8d09fe80e9c54da05f7dfe09482b Mon Sep 17 00:00:00 2001 From: Will Stranathan Date: Wed, 5 Aug 2015 20:58:20 -0400 Subject: [PATCH] Added homebrew installation instructions --- dependency-check-cli/src/site/markdown/index.md.vm | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/dependency-check-cli/src/site/markdown/index.md.vm b/dependency-check-cli/src/site/markdown/index.md.vm index 6e0cecaa9..671da940a 100644 --- a/dependency-check-cli/src/site/markdown/index.md.vm +++ b/dependency-check-cli/src/site/markdown/index.md.vm @@ -14,9 +14,16 @@ script executable: $ chmod +777 dependency-check.sh -To scan a folder on the system you can run: #set( $H = '#' ) +$H$H$H Homebrew + $ brew install dependency-check + +This puts an executable `dependency-check` script in the `/bin` directory of +your homebrew installation. + +To scan a folder on the system you can run: + $H$H$H Windows dependency-check.bat --app "My App Name" --scan "c:\java\application\lib" @@ -29,4 +36,4 @@ $H$H$H Windows dependency-check.bat --help $H$H$H *nix - dependency-check.sh --help \ No newline at end of file + dependency-check.sh --help