Skip to content

Commit 91533c0

Browse files
authored
Merge pull request #720 from droot/book/quick-start-update-2.0.0-alpha.1
📖 quick start update to install 2.0.0-alpha.1
2 parents a39cc1a + c6aae5a commit 91533c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/book/src/quick-start.md

Lines changed: 2 additions & 2 deletions
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-alpha.0/${os}/${arch} | tar -xz -C /tmp/
19+
curl -sL https://go.kubebuilder.io/dl/2.0.0-alpha.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-alpha.0_${os}_${arch} /usr/local/kubebuilder
23+
sudo mv /tmp/kubebuilder_2.0.0-alpha.1_${os}_${arch} /usr/local/kubebuilder
2424
export PATH=$PATH:/usr/local/kubebuilder/bin
2525
```
2626

0 commit comments

Comments
 (0)