Merge pull request #747 from brianfrankcooper/update-readme

[Release] Update top level README.md file to point to 0.9.0 release.
This commit is contained in:
Stanley Feng 2016-05-09 22:13:47 -07:00
Родитель 5781b06acf 505fc5c2d1
Коммит 02316063ec
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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.8.0/ycsb-0.8.0.tar.gz
tar xfvz ycsb-0.8.0.tar.gz
cd ycsb-0.8.0
curl -O --location https://github.com/brianfrankcooper/YCSB/releases/download/0.9.0/ycsb-0.9.0.tar.gz
tar xfvz ycsb-0.9.0.tar.gz
cd ycsb-0.9.0
```
2. Set up a database to benchmark. There is a README file under each binding