Skip to content

Commit

Permalink
Update download link to point to github release page
Browse files Browse the repository at this point in the history
  • Loading branch information
mortent committed Jul 15, 2020
1 parent 9e0b800 commit 57101b3
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,9 @@ brew tap GoogleContainerTools/kpt https://github.com/GoogleContainerTools/kpt.gi
brew install kpt
```

### Install from binaries
### Download latest release

| Platform
| ------------------------
| [Linux (x64)][linux]
| [macOS (x64)][darwin]
| [Windows (x64)][windows]

```sh
# For linux/mac
chmod +x kpt

./kpt version
```
[Latest release][release]

### Install from source

Expand All @@ -57,3 +46,4 @@ See the [docs] for more information on how to use `kpt`.
[darwin]: https://storage.googleapis.com/kpt-dev/latest/darwin_amd64/kpt
[windows]: https://storage.googleapis.com/kpt-dev/latest/windows_amd64/kpt.exe
[docs]: https://googlecontainertools.github.io/kpt
[release]: https://github.com/GoogleContainerTools/kpt/releases/latest

0 comments on commit 57101b3

Please sign in to comment.