From 18096666c949ff2e00bbff4c6589ea82c5c70376 Mon Sep 17 00:00:00 2001 From: Hong Xu Date: Tue, 27 Jul 2021 14:57:55 -0700 Subject: [PATCH] Update "go install" instructions (#377) 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 7ae2a2dab4..24e515ce2c 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