mirror of
https://github.com/ko-build/ko.git
synced 2024-12-12 08:54:09 +02:00
move ko to cmd/ko from cmd/
This commit is contained in:
parent
725771c731
commit
eefd8641b5
@ -11,13 +11,13 @@
|
||||
`ko` can be installed via:
|
||||
|
||||
```shell
|
||||
go get github.com/google/ko/cmd
|
||||
go get github.com/google/ko/cmd/ko
|
||||
```
|
||||
|
||||
To update your installation:
|
||||
|
||||
```shell
|
||||
go get -u github.com/google/ko/cmd
|
||||
go get -u github.com/google/ko/cmd/ko
|
||||
```
|
||||
|
||||
## The `ko` Model
|
||||
|
Loading…
Reference in New Issue
Block a user