1
0
mirror of https://github.com/ko-build/ko.git synced 2025-01-20 18:28:32 +02:00

Update README to include better install instructions (#87)

This commit is contained in:
Jason Hall 2019-09-20 13:08:56 -04:00 committed by jonjohnsonjr
parent f26825fb5a
commit 56f32f8a17

View File

@ -8,16 +8,11 @@
## Installation
`ko` can be installed via:
`ko` can be installed and upgraded by running:
```shell
go get github.com/google/ko/cmd/ko
GO111MODULE=on go get github.com/google/ko/cmd/ko
```
To update your installation:
```shell
go get -u github.com/google/ko/cmd/ko
```
## The `ko` Model