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

Merge pull request #516 from mbrukman/readme-latest

Update latest version and examples to 0.5.0
parents e1cc13a4 4c978493
No related branches found
No related tags found
No related merge requests found
......@@ -29,12 +29,12 @@ ycsb-users@yahoogroups.com
Getting Started
---------------
1. Download the latest release of YCSB:
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.4.0/ycsb-0.4.0.tar.gz
tar xfvz ycsb-0.4.0.tar.gz
cd ycsb-0.4.0
curl -O --location https://github.com/brianfrankcooper/YCSB/releases/download/0.5.0/ycsb-0.5.0.tar.gz
tar xfvz ycsb-0.5.0.tar.gz
cd ycsb-0.5.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