You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -25,22 +25,7 @@ to simplify building and publishing Kubernetes APIs from scratch.
25
25
26
26
## TL;DR
27
27
28
-
**First:** Download the latest `kubebuilder_<version>_<operating-system>_amd64.tar.gz` release. Extracting the archive will give `kubebuilder_<version>_<os>_amd64` directory. Move the extracted directory to /usr/local/kubebuilder and update your PATH to include /usr/local/kubebuilder/bin. Given below are the steps:
#update your PATH to include /usr/local/kubebuilder/bin
41
-
export PATH=$PATH:/usr/local/kubebuilder/bin
42
-
43
-
```
28
+
**First:** Download the latest `kubebuilder-release-<version>-<operating-system>-amd64.tar.gz` release. Extract it into /usr/local/ and update your PATH to include /usr/local/kubebuilder/bin.
0 commit comments