From 33d9d3247b85c73dcbd207cf9d51b69fb780a56a Mon Sep 17 00:00:00 2001 From: Hong Xu Date: Mon, 28 Jun 2021 16:52:18 -0700 Subject: [PATCH] Update "go install" instructions I got the following error when following the original instructions: go install: version is required when current directory is not in a module Try 'go install github.com/google/ko@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 97fddad325..02bb47d2d6 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ brew install ko With Go 1.16+, build and install the latest released version: ``` -go install github.com/google/ko +go install github.com/google/ko@latest ``` ## Authenticate