diff --git a/README.md b/README.md index 82a6a1b03c56263a12bed9f583a652e942b0e8a8..f74fa6bbecb8ed9d57503bd2e3ea2f9584ae087a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ <!-- -Copyright (c) 2010 Yahoo! Inc., 2012 - 2015 YCSB contributors. +Copyright (c) 2010 Yahoo! Inc., 2012 - 2016 YCSB contributors. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you @@ -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.9.0/ycsb-0.9.0.tar.gz - tar xfvz ycsb-0.9.0.tar.gz - cd ycsb-0.9.0 + curl -O --location https://github.com/brianfrankcooper/YCSB/releases/download/0.10.0/ycsb-0.10.0.tar.gz + tar xfvz ycsb-0.10.0.tar.gz + cd ycsb-0.10.0 ``` 2. Set up a database to benchmark. There is a README file under each binding