Skip to content

Commit

Permalink
fixing the kubebuilder install locally curl request
Browse files Browse the repository at this point in the history
  • Loading branch information
akoserwal committed Sep 27, 2022
1 parent 7b86aee commit d169c2b
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 @@ -31,7 +31,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)
curl -L -o kubebuilder https://go.kubebuilder.io/dl/latest/$\(go env GOOS\)/$\(go env GOARCH\)
chmod +x kubebuilder && mv kubebuilder /usr/local/bin/
```

Expand Down

0 comments on commit d169c2b

Please sign in to comment.