Skip to content

Commit

Permalink
Merge pull request #5066 from jeremylong/documentation
Browse files Browse the repository at this point in the history
fix(doc): add download instructions
  • Loading branch information
jeremylong committed Nov 19, 2022
2 parents 7c41af9 + b84051d commit a6c984f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ More detailed instructions can be found on the
[dependency-check github pages](http://jeremylong.github.io/DependencyCheck/dependency-check-cli/).
The latest CLI can be downloaded from github in the [releases section](https://github.com/jeremylong/DependencyCheck/releases).

Downloading the latest release:
```
$ VERSION=$(curl -s https://jeremylong.github.io/DependencyCheck/current.txt)
$ curl -s "https://github.com/jeremylong/DependencyCheck/releases/download/v$VERSION/dependency-check-$VERSION-release.zip" --output dependency-check.zip
```

On *nix
```
$ ./bin/dependency-check.sh -h
Expand Down

0 comments on commit a6c984f

Please sign in to comment.