Skip to content

Commit

Permalink
[release] update README for 0.17.0 release. (#1363)
Browse files Browse the repository at this point in the history
closes #1362
  • Loading branch information
busbey authored Oct 11, 2019
1 parent 12ce3a8 commit 3e8dd3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ Getting Started
1. Download the [latest release of YCSB](https://github.com/brianfrankcooper/YCSB/releases/latest):

```sh
curl -O --location https://github.com/brianfrankcooper/YCSB/releases/download/0.15.0/ycsb-0.15.0.tar.gz
tar xfvz ycsb-0.15.0.tar.gz
cd ycsb-0.15.0
curl -O --location https://github.com/brianfrankcooper/YCSB/releases/download/0.17.0/ycsb-0.17.0.tar.gz
tar xfvz ycsb-0.17.0.tar.gz
cd ycsb-0.17.0
```

2. Set up a database to benchmark. There is a README file under each binding
Expand Down

0 comments on commit 3e8dd3f

Please sign in to comment.