From b7dee4c794332fe03683cf798ddbab1cf604abb9 Mon Sep 17 00:00:00 2001 From: Sean Busbey <busbey@cloudera.com> Date: Fri, 11 Sep 2015 23:46:30 -0500 Subject: [PATCH] [docs] update README for 0.3.1 release. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1c232b33..afc698c0 100644 --- a/README.md +++ b/README.md @@ -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.0/ycsb-0.3.0.tar.gz - tar xfvz ycsb-0.3.0.tar.gz - cd ycsb-0.3.0 + 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 ``` 2. Set up a database to benchmark. There is a README file under each binding -- GitLab