Skip to content

Commit

Permalink
Merge pull request #2970 from akoserwal/fix-quick-start-guide
Browse files Browse the repository at this point in the history
🐛 (:bug:): bugfix fixing the kubebuilder install locally curl request
  • Loading branch information
k8s-ci-robot authored Sep 28, 2022
2 parents 7b86aee + d169c2b commit d31e386
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 d31e386

Please sign in to comment.