Skip to content

Commit 3f5480f

Browse files
committed
📖 updated quick-start to use 2.0.1 release
1 parent 6236ac2 commit 3f5480f

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
@@ -16,11 +16,11 @@ os=$(go env GOOS)
1616
arch=$(go env GOARCH)
1717

1818
# download kubebuilder and extract it to tmp
19-
curl -sL https://go.kubebuilder.io/dl/2.0.0/${os}/${arch} | tar -xz -C /tmp/
19+
curl -sL https://go.kubebuilder.io/dl/2.0.1/${os}/${arch} | tar -xz -C /tmp/
2020

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

0 commit comments

Comments
 (0)