Skip to content

Commit

Permalink
📖 fix typo in curl command (#3156)
Browse files Browse the repository at this point in the history
fix typo in curl command
  • Loading branch information
guettli authored and Sajiyah-Salat committed Jun 11, 2023
1 parent 9f0d079 commit 53a50b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -262,4 +262,4 @@ complexities of achieving this goal while allowing users to customize the genera
[go-modules-blogpost]: https://blog.golang.org/using-go-modules
[envtest]: https://book.kubebuilder.io/reference/testing/envtest.html
[architecture-concept-diagram]: architecture.md
[kustomize]: https://github.com/kubernetes-sigs/kustomize
[kustomize]: https://github.com/kubernetes-sigs/kustomize

0 comments on commit 53a50b6

Please sign in to comment.