From 6983541f4cffd4f032e4577efdf27222f3a5df99 Mon Sep 17 00:00:00 2001 From: Kaito Minatoya Date: Thu, 7 Sep 2023 14:06:53 +0900 Subject: [PATCH] Use `go install` instead of `go get` (#23) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd02bde..4b0e52d 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ which should be stable and much faster. ## Install ``` -go get -u github.com/cloudspannerecosystem/spanner-dump +go install github.com/cloudspannerecosystem/spanner-dump@latest ``` ## Usage