Skip to content

Commit

Permalink
point to releases for installation (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaikas committed Jan 11, 2021
1 parent d4fb288 commit 2f3c49e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@

## Installation

`ko` can be installed and upgraded by running:
`ko` can be installed and upgraded from our [releases](https://github.com/ko/releases) by choosing
a particular version (the example shows v0.7.0 for x86_64) from that list and then running:

**Note**: Golang version `1.14.0` or higher is required.

```shell
go get github.com/google/ko
curl -L https://github.com/google/ko/releases/download/v0.7.0/ko_0.7.0_Linux_x86_64.tar.gz | tar xzf - ko
chmod +x ./ko
```

## Authenticating
Expand Down

0 comments on commit 2f3c49e

Please sign in to comment.