diff --git a/README.md b/README.md index f2dabae..dfec08d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ - [GCSB](#gcsb) - [Quickstart](#quickstart) + - [Installation](#installation) - [Create a test table](#create-a-test-table) - [Load data into table](#load-data-into-table) - [Run a load test](#run-a-load-test) @@ -31,6 +32,14 @@ It's like YCSB but with more Google. A simple tool meant to generate load agains ## Quickstart +### Installation + +First [install Go](https://go.dev/doc/install) and run the following command to install GCSB: + +```sh +go install github.com/cloudspannerecosystem/gcsb@latest +``` + To initiate a simple load test against your spanner instance using one of our test schemas ### Create a test table