Skip to content
Snippets Groups Projects
Commit 9a6bb424 authored by Sean Busbey's avatar Sean Busbey
Browse files

Merge pull request #394 from allanbank/pr-393

[docs] Fixes #393 - Update the curl command to use the --location option
parents e5938aa4 1a4a5a27
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ Getting Started
1. Download the latest release of YCSB:
```sh
curl -O https://github.com/brianfrankcooper/YCSB/releases/download/0.3.0/ycsb-0.3.0.tar.gz
curl -O --location https://github.com/brianfrankcooper/YCSB/releases/download/0.3.0/ycsb-0.3.0.tar.gz
tar xfvz ycsb-0.3.0.tar.gz
cd ycsb-0.3.0
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment