mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-12-23 07:34:31 -06:00
Update DOWNLOADS.md
Add redirect support with curl examples
This commit is contained in:
parent
ad5bc4e447
commit
608d1f727f
@ -6,10 +6,12 @@ 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
|
- download [the latest release of nb](https://github.com/nosqlbench/nosqlbench/releases/latest/download/nb), a linux
|
||||||
binary
|
binary
|
||||||
|
- To download it with curl, 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
|
- download [the latest release of nb.jar](https://github.com/nosqlbench/nosqlbench/releases/latest/download/nb.jar), a
|
||||||
single-jar application.
|
single-jar application.
|
||||||
- This requires java 14 or later, make sure your `java -version` command says that you are on Java 14 or later.
|
- This requires java 14 or later, make sure your `java -version` command says that you are on Java 14 or later.
|
||||||
|
- To download it with curl, use `curl -L -O https://github.com/nosqlbench/nosqlbench/releases/latest/download/nb.jar`.
|
||||||
|
|
||||||
## Docker
|
## Docker
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user