Skip to content

Commit

Permalink
Update installation instructions (#27)
Browse files Browse the repository at this point in the history
Update installation instructions after `go get` no longer is supported.

Fixes #26
  • Loading branch information
5nafu authored Apr 3, 2023
1 parent 05c7f93 commit 3e80f41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ If you work at a company or organization that maintains multiple Kubernetes clus

# Installation

Run `go get github.com/jonnylangefeld/kubectl-mc`.
This will make the binary available on your path and allows you to run it as `kubectl` addon via `kubectl mc`. More [here](https://kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins).
Run `go install github.com/jonnylangefeld/kubectl-mc@latest`.
This will make the latest binary available on your path and allows you to run it as `kubectl` addon via `kubectl mc`. More [here](https://kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins).

### Via [`krew`](https://krew.sigs.k8s.io/)

Expand Down

0 comments on commit 3e80f41

Please sign in to comment.