Skip to content

Commit

Permalink
Merge pull request #3424 from tragiclifestories/patch-1
Browse files Browse the repository at this point in the history
📖 Quote download URL in quickstart docs
  • Loading branch information
k8s-ci-robot authored May 23, 2023
2 parents d6b96f1 + 4444ab5 commit 379d84f
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 379d84f

Please sign in to comment.