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
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -27,10 +27,9 @@ to simplify building and publishing Kubernetes APIs from scratch.
27
27
28
28
## TL;DR
29
29
30
-
**First:** Download the latest release and extract the tar.gz into /usr/local/ and update your PATH to
31
-
include /usr/local/kubebuilder/bin.
30
+
**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