Skip to content

Commit

Permalink
[release] Update README for the release of YCSB 0.15.0
Browse files Browse the repository at this point in the history
closes #1204
  • Loading branch information
busbey committed Aug 17, 2018
1 parent 8f57b1a commit 47cb407
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 @@ -32,9 +32,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.14.0/ycsb-0.14.0.tar.gz
tar xfvz ycsb-0.14.0.tar.gz
cd ycsb-0.14.0
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
```

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

0 comments on commit 47cb407

Please sign in to comment.