Skip to content

Commit 880d52b

Browse files
committed
🏃 updated install instructions to use 2.0.0-alpha.0
1 parent 41e0cc9 commit 880d52b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/book/src/quick-start.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ os=$(go env GOOS)
1919
arch=$(go env GOARCH)
2020

2121
# download kubebuilder and extract it to tmp
22-
curl -sL https://go.kubebuilder.io/dl/2.0.0/${os}/${arch} | tar -xz -C /tmp/kubebuilder
22+
curl -sL https://go.kubebuilder.io/dl/2.0.0-alpha.0/${os}/${arch} | tar -xz -C /tmp/
2323

2424
# move to a long-term location and put it on your path
2525
# (you'll need to set the KUBEBUILDER_ASSETS env var if you put it somewhere else)
26-
sudo mv /tmp/kubebuilder/kubebuilder_2.0.0_${os}_${arch} /user/local/kubebuilder
26+
sudo mv /tmp/kubebuilder_2.0.0-alpha.0_${os}_${arch} /usr/local/kubebuilder
2727
export PATH=$PATH:/usr/local/kubebuilder/bin
2828
```
2929

0 commit comments

Comments
 (0)