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