From f852851886f7a0af8c10c75aec85bec10eed9629 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Mon, 9 Sep 2013 10:02:53 -0400 Subject: [PATCH] updated info Former-commit-id: f636fb4794c853d9e9e961a099c13bc6bce02b76 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a9fbaecf7..0ecb9cbfa 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ For instructions on the use of the Jenkins plugin please see the [Jenkins depend ### Command Line More detailed instructions can be found on the [dependency-check github pages](https://jeremylong.github.io/DependencyCheck/dependency-check-cli/installation.html). -The latest CLI can be downloaded from bintray's (dependency-check page](https://bintray.com/jeremy-long/owasp/dependency-check). +The latest CLI can be downloaded from bintray's [dependency-check page](https://bintray.com/jeremy-long/owasp/dependency-check). On *nix ``` @@ -23,8 +23,8 @@ $ ./bin/dependency-check.sh --app Testing --out . --scan [path to jar files to b ``` On Windows ``` -> dependency-check-cli/target/release/bin/dependency-check.bat -h -> dependency-check-cli/target/release/bin/dependency-check.bat --app Testing --out . --scan ./src/test/resources +> bin/dependency-check.bat -h +> bin/dependency-check.bat --app Testing --out . --scan [path to jar files to be scanned] ``` ### Maven Plugin