Skip to content

Commit 87020a3

Browse files
authored
Merge pull request #4001 from Hrugved/patch-1
📖 Update quick-start.md
2 parents 424fd97 + 994d61b commit 87020a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Install [kubebuilder](https://sigs.k8s.io/kubebuilder):
3232
```bash
3333
# download kubebuilder and install locally.
3434
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/
35+
chmod +x kubebuilder && sudo mv kubebuilder /usr/local/bin/
3636
```
3737

3838
<aside class="note">

0 commit comments

Comments
 (0)