[docs] Update README for 0.4.0 release.

Closes #409
This commit is contained in:
Robert J. Moore 2015-10-22 21:32:38 -04:00
Родитель 1e7d2a3619
Коммит f45f7a91d6
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -32,9 +32,9 @@ Getting Started
1. Download the latest release of YCSB:
```sh
curl -O --location https://github.com/brianfrankcooper/YCSB/releases/download/0.3.1/ycsb-0.3.1.tar.gz
tar xfvz ycsb-0.3.1.tar.gz
cd ycsb-0.3.1
curl -O --location https://github.com/brianfrankcooper/YCSB/releases/download/0.4.0/ycsb-0.4.0.tar.gz
tar xfvz ycsb-0.4.0.tar.gz
cd ycsb-0.4.0
```
2. Set up a database to benchmark. There is a README file under each binding