Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
brew install kind
  • Loading branch information
rnaveiras committed Nov 14, 2021
1 parent 16ab3c1 commit 335dc9a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@ all the necessary dependencies:

```shell
brew cask install docker
brew install go kubernetes-cli kustomize
curl -fsL -o /usr/local/bin/kind https://github.com/kubernetes-sigs/kind/releases/download/v0.8.1/kind-darwin-amd64 \
&& chmod a+x /usr/local/bin/kind
brew install go kubernetes-cli kustomize kind
mkdir /usr/local/kubebuilder
curl -fsL https://go.kubebuilder.io/dl/2.3.1/$(go env GOOS)/$(go env GOARCH) | tar -xvz --strip=1 -C /usr/local/kubebuilder
export KUBEBUILDER_ASSETS=/usr/local/kubebuilder/bin
Expand Down

0 comments on commit 335dc9a

Please sign in to comment.