We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 424fd97 + 994d61b commit 87020a3Copy full SHA for 87020a3
docs/book/src/quick-start.md
@@ -32,7 +32,7 @@ Install [kubebuilder](https://sigs.k8s.io/kubebuilder):
32
```bash
33
# download kubebuilder and install locally.
34
curl -L -o kubebuilder "https://go.kubebuilder.io/dl/latest/$(go env GOOS)/$(go env GOARCH)"
35
-chmod +x kubebuilder && mv kubebuilder /usr/local/bin/
+chmod +x kubebuilder && sudo mv kubebuilder /usr/local/bin/
36
```
37
38
<aside class="note">
0 commit comments