Skip to content

Commit

Permalink
Update quick-start.md
Browse files Browse the repository at this point in the history
Permission denied to move the executable to /usr/local/bin. Need sudo permissions
  • Loading branch information
Hrugved committed Jul 3, 2024
1 parent f1a4328 commit 994d61b
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 994d61b

Please sign in to comment.