From 3a431dd7b4b63c7b6af18adc188833cf71d14f56 Mon Sep 17 00:00:00 2001 From: Dmitry Savintsev Date: Mon, 14 Mar 2022 21:36:09 +0100 Subject: [PATCH] recommend to use 'go install @latest" for Go --- docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index a789b617..edb64fd6 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -37,10 +37,10 @@ Download from [GitHub](https://github.com/kubernetes/kompose/releases/download/v ## Go -Installing using `go get` pulls from the master branch with the latest development changes. +Installing using `go install` pulls from the master branch with the latest development changes. ```sh -go get -u github.com/kubernetes/kompose +go install github.com/kubernetes/kompose@latest ``` ## CentOS