From a6b76b34949c1d3e6c8b82f897fc0d5c78a67bf1 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Thu, 1 Aug 2013 10:57:13 -0400 Subject: [PATCH] Updated installation instructions Former-commit-id: 3a8ea34b6e4a3eb3b2877d30b3c211290f758c0b --- dependency-check-ant/src/site/markdown/installation.md.vm | 1 + dependency-check-cli/src/site/markdown/installation.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dependency-check-ant/src/site/markdown/installation.md.vm b/dependency-check-ant/src/site/markdown/installation.md.vm index 6c7cb97ae..a757313ba 100644 --- a/dependency-check-ant/src/site/markdown/installation.md.vm +++ b/dependency-check-ant/src/site/markdown/installation.md.vm @@ -1,5 +1,6 @@ Installation ==================== +Download dependency-check-ant from [bintray here](http://dl.bintray.com/jeremy-long/owasp/dependency-check-ant-1.0.0.jar). To install dependency-check-ant place the dependency-check-ant-${project.version}.jar into the lib directory of your Ant instalation directory. Once installed you can add the taskdef to you build.xml and add the task to a new or existing target. diff --git a/dependency-check-cli/src/site/markdown/installation.md b/dependency-check-cli/src/site/markdown/installation.md index c321b2b83..09f99db04 100644 --- a/dependency-check-cli/src/site/markdown/installation.md +++ b/dependency-check-cli/src/site/markdown/installation.md @@ -1,7 +1,7 @@ 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 +Downlod the dependency-check command line tool [here](http://dl.bintray.com/jeremy-long/owasp/dependency-check-1.0.0-release.zip). +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: