Skip to content

Commit

Permalink
README: go install ... is enough (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailshilkov authored Sep 21, 2023
2 parents 89cca3c + 3ea86b5 commit 75421b5
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]: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
Expand Down

0 comments on commit 75421b5

Please sign in to comment.