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

Merge pull request #348 from busbey/0.2.0-release-cleanup

[docs] update README for 0.2.0 release.
parents 5e384b4c 9f69c1cd
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,9 @@ Getting Started
1. Download the latest release of YCSB:
```sh
curl -O https://github.com/brianfrankcooper/YCSB/releases/download/0.1.4/ycsb-0.1.4.tar.gz
tar xfvz ycsb-0.1.4.tar.gz
cd ycsb-0.1.4
curl -O https://github.com/brianfrankcooper/YCSB/releases/download/0.2.0/ycsb-0.2.0.tar.gz
tar xfvz ycsb-0.2.0.tar.gz
cd ycsb-0.2.0
```
2. Set up a database to benchmark. There is a README file under each binding
......
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