Skip to content

Commit

Permalink
Merge pull request brianfrankcooper#394 from allanbank/pr-393
Browse files Browse the repository at this point in the history
[docs] Fixes brianfrankcooper#393 - Update the curl command to use the --location option
  • Loading branch information
busbey committed Aug 22, 2015
2 parents 8ddc75c + aa80dbd commit df0505e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit df0505e

Please sign in to comment.