From 608d1f727f42118f10b6a54b05cdedc11416a298 Mon Sep 17 00:00:00 2001 From: Jonathan Shook Date: Sat, 5 Dec 2020 17:54:58 -0600 Subject: [PATCH] Update DOWNLOADS.md Add redirect support with curl examples --- DOWNLOADS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DOWNLOADS.md b/DOWNLOADS.md index d3d12e8ae..49b5d970f 100644 --- a/DOWNLOADS.md +++ b/DOWNLOADS.md @@ -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 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) - download [the latest release of nb.jar](https://github.com/nosqlbench/nosqlbench/releases/latest/download/nb.jar), a single-jar application. - 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