mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-24 18:11:47 +01:00
Added homebrew instructions
Former-commit-id: 05167f240768a8136e580544875454b3f2fdbdfe
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