1
0
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:
Jason Hall 2019-03-21 15:32:50 -04:00
parent 725771c731
commit eefd8641b5
17 changed files with 2 additions and 2 deletions

View File

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