1
0
mirror of https://github.com/ko-build/ko.git synced 2025-02-07 19:30:23 +02:00

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
This commit is contained in:
Hong Xu 2021-07-27 14:57:55 -07:00 committed by GitHub
parent 690533235a
commit 18096666c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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