Skip to content

Commit

Permalink
change guidance on installing go lang
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffcline committed Aug 19, 2021
1 parent ff42040 commit 6b77bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/en/docs/development-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The following tools are required for contributing to the Karpenter project.

| Package | Version | Install |
| ------------------------------------------------------------------ | -------- | ---------------------- |
| [go](https://golang.org/dl/) | v1.15.3+ | `brew install go` |
| [go](https://golang.org/dl/) | v1.15.3+ | [Instructions](https://golang.org/doc/install) |
| [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) | | `brew install kubectl` |
| [helm](https://helm.sh/docs/intro/install/) | | `brew install helm` |
| Other tools | | `make toolchain` |
Expand Down

0 comments on commit 6b77bae

Please sign in to comment.