Skip to content

Commit

Permalink
Merge pull request #4001 from Hrugved/patch-1
Browse files Browse the repository at this point in the history
📖 Update quick-start.md
  • Loading branch information
k8s-ci-robot authored Jul 3, 2024
2 parents 424fd97 + 994d61b commit 87020a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Install [kubebuilder](https://sigs.k8s.io/kubebuilder):
```bash
# download kubebuilder and install locally.
curl -L -o kubebuilder "https://go.kubebuilder.io/dl/latest/$(go env GOOS)/$(go env GOARCH)"
chmod +x kubebuilder && mv kubebuilder /usr/local/bin/
chmod +x kubebuilder && sudo mv kubebuilder /usr/local/bin/
```

<aside class="note">
Expand Down

0 comments on commit 87020a3

Please sign in to comment.