Skip to content

Commit

Permalink
Update quick-start's installation link
Browse files Browse the repository at this point in the history
I have not updated the `latest` option because it still works and I'm not sure how to get the latest version in this option.

Relates to kubernetes-sigs#2311
  • Loading branch information
fspaniol committed Aug 31, 2021
1 parent 7cecf9d commit 970ce58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/book/src/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ 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)
export KUBEBUILDER_VERSION=3.1.0
curl -L -o kubebuilder https://github.com/kubernetes-sigs/kubebuilder/releases/download/v${KUBEBUILDER_VERSION}/kubebuilder_$(go env GOOS)_$(go env GOARCH)
chmod +x kubebuilder && mv kubebuilder /usr/local/bin/
```

Expand Down

0 comments on commit 970ce58

Please sign in to comment.