Skip to content

Commit

Permalink
Update "go install" instructions (ko-build#377)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
xuhdev authored Jul 27, 2021
1 parent 6905332 commit 1809666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1809666

Please sign in to comment.