From dd67b5ad3d5eb9927321d2c9705f97de38fe8ff3 Mon Sep 17 00:00:00 2001 From: Eric Denman Date: Tue, 25 Jan 2022 17:51:33 +1300 Subject: [PATCH] Update "go install" syntax in README Installing this on a new laptop, got this error: ``` go install github.com/jinzhu/grb go install: version is required when current directory is not in a module Try 'go install github.com/jinzhu/grb@latest' to install the latest version ``` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41c4d45..471ac68 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A tool to simplify working with git remote branches. ## Install ```sh -go install github.com/jinzhu/grb +go install github.com/jinzhu/grb@latest ``` ## Usage