From 70dec49583774a7418345b70d9e9ab4ce3c674dd Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Mon, 25 Jul 2016 07:12:49 -0700 Subject: [PATCH] fixed install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17ae014..3ec3a84 100644 --- a/README.md +++ b/README.md @@ -397,7 +397,7 @@ SPATIAL_INTERSECTS_800: 159673.91 operations per second To install this utility: ``` -go install github.com/tidwall/buntdb-benchmark +go get github.com/tidwall/buntdb-benchmark ```