Update DOWNLOADS.md

This commit is contained in:
Jonathan Shook 2023-01-24 12:06:29 -06:00 committed by GitHub
parent 3e3427fca7
commit 5b90831a9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,14 +4,14 @@
The latest release of NoSQLBench is always available from github releases. The latest release of NoSQLBench is always available from github releases.
- download [the latest release of nb](https://github.com/nosqlbench/nosqlbench/releases/latest/download/nb), a linux binary - download [the latest release of nb5](https://github.com/nosqlbench/nosqlbench/releases/latest/download/nb5), a linux binary
- To download it with curl, - To download it with curl,
use `curl -L -O https://github.com/nosqlbench/nosqlbench/releases/latest/download/nb` use `curl -L -O https://github.com/nosqlbench/nosqlbench/releases/latest/download/nb`
- (be sure to `chmod +x nb` once you download it) - (be sure to `chmod +x nb` once you download it)
- download [the latest release of nb.jar](https://github.com/nosqlbench/nosqlbench/releases/latest/download/nb.jar), a single-jar application. - download [the latest release of nb5.jar](https://github.com/nosqlbench/nosqlbench/releases/latest/download/nb5.jar), a single-jar application.
- This requires java 15 or later, make sure your `java -version` - This requires java 15 or later, make sure your `java -version`
command says that you are on Java 15 or later. command says that you are on Java 15 or later.
- To download it with curl, use `curl -L -O https://github.com/nosqlbench/nosqlbench/releases/latest/download/nb.jar`. - To download it with curl, use `curl -L -O https://github.com/nosqlbench/nosqlbench/releases/latest/download/nb5.jar`.
## Docker ## Docker