We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e71bd65 commit f6508e6Copy full SHA for f6508e6
docs/book/src/quick-start.md
@@ -24,11 +24,11 @@ os=$(go env GOOS)
24
arch=$(go env GOARCH)
25
26
# download kubebuilder and extract it to tmp
27
-curl -L https://go.kubebuilder.io/dl/2.3.0/${os}/${arch} | tar -xz -C /tmp/
+curl -L https://go.kubebuilder.io/dl/2.3.1/${os}/${arch} | tar -xz -C /tmp/
28
29
# move to a long-term location and put it on your path
30
# (you'll need to set the KUBEBUILDER_ASSETS env var if you put it somewhere else)
31
-sudo mv /tmp/kubebuilder_2.3.0_${os}_${arch} /usr/local/kubebuilder
+sudo mv /tmp/kubebuilder_2.3.1_${os}_${arch} /usr/local/kubebuilder
32
export PATH=$PATH:/usr/local/kubebuilder/bin
33
```
34
0 commit comments