From 3ea86b538a4a3954bcd8b4984a35cc0d10e11b22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCttler?= Date: Wed, 20 Sep 2023 15:10:36 +0200 Subject: [PATCH] README: `go install ...` is enough --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 240893d..d87dc54 100644 --- a/README.md +++ b/README.md @@ -44,16 +44,10 @@ With kubectl v1.12.0 introducing [easy pluggability](https://kubernetes.io/docs/ ### via Golang -Prerequisite: [Go](https://golang.org/) version 1.11 or later - -kubespy can be installed via golang by running the following: +Prerequisite: [Go](https://golang.org/) version 1.19 or later ```sh -git clone git@github.com:pulumi/kubespy.git -cd kubespy -# If $GOPATH is not set, you can run `go build` instead, and then put in a -# binary directory on your path -GO111MODULE=on go install +go install github.com/pulumi/kubespy@latest ``` ## Usage