From 3886552fcff07eb43b522c37dd635dd17ccd5325 Mon Sep 17 00:00:00 2001 From: Matthew Date: Mon, 16 Sep 2024 17:57:07 +0930 Subject: [PATCH 1/2] Add install instructions --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f2dabae..86e382c 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 From 0b658833fc78a76edd78700f29fef6bb8fea56aa Mon Sep 17 00:00:00 2001 From: Matthew Date: Mon, 16 Sep 2024 18:00:31 +0930 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86e382c..dfec08d 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ It's like YCSB but with more Google. A simple tool meant to generate load agains ### Installation -First [install Go](https://go.dev/doc/install) and run the following command to install gcsb: +First [install Go](https://go.dev/doc/install) and run the following command to install GCSB: ```sh go install github.com/cloudspannerecosystem/gcsb@latest