mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-25 10:32:00 +01:00
Merge pull request #276 from colezlaw/homebrew-instructions
Added homebrew instructions Former-commit-id: 07b4ce33f2b1e96556761c1e31878180f23dc41e
This commit is contained in:
@@ -26,6 +26,12 @@ On Windows
|
|||||||
> bin/dependency-check.bat -h
|
> bin/dependency-check.bat -h
|
||||||
> bin/dependency-check.bat --app Testing --out . --scan [path to jar files to be scanned]
|
> 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
|
### Maven Plugin
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user