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: