From 893d7c0ac623387f08431b316ba60744b118000c Mon Sep 17 00:00:00 2001 From: Ville Aikas Date: Mon, 11 Jan 2021 17:16:02 +0200 Subject: [PATCH] point to releases for installation --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4d6f79e54..672024c3f9 100644 --- a/README.md +++ b/README.md @@ -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