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
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,12 +27,17 @@ to simplify building and publishing Kubernetes APIs from scratch.
27
27
28
28
## TL;DR
29
29
30
-
**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:
30
+
**First:** Download the latest
31
+
`kubebuilder_<version>_<operating-system>_amd64.tar.gz` release, where `version`
32
+
is the kubebuilder version. Extracting the archive will give
33
+
`kubebuilder_<version>_<os>_amd64` directory. Move the extracted directory to
34
+
/usr/local/kubebuilder and update your PATH to include
35
+
/usr/local/kubebuilder/bin. Given below are the steps:
0 commit comments