mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-04-30 20:24:32 +02:00
releasing updates from private repo
Former-commit-id: 745279b1fbbfe1e331adbf52ca4ccd9e75a18178
This commit is contained in:
16
dependency-check-cli/src/site/markdown/installation.md
Normal file
16
dependency-check-cli/src/site/markdown/installation.md
Normal file
@@ -0,0 +1,16 @@
|
||||
Installation & Usage
|
||||
--------------------
|
||||
The dependency-check command line utility can be downloaded from bintray. Extract
|
||||
the zip file to a location on your computer and put the 'bin' directory into the
|
||||
path environment variable. On \*nix systems you will likely need to make the shell
|
||||
script executable:
|
||||
|
||||
$ chmod +777 dependency-check.sh
|
||||
|
||||
To scan a folder on the system you can run:
|
||||
|
||||
### Windows
|
||||
dependency-check.bat --app "My App Name" --scan "c:\java\application\lib"
|
||||
|
||||
### \*nix
|
||||
dependency-check.sh --app "My App Name" --scan "/java/application/lib"
|
||||
Reference in New Issue
Block a user