Skip to content

Commit c52464b

Browse files
Clarify only need to download one tar.gz file
1 parent 9bb1868 commit c52464b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ to simplify building and publishing Kubernetes APIs from scratch.
2727

2828
## TL;DR
2929

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.
3231

33-
Create a project under a new GOPATH.
32+
Create an _empty_ project under a new GOPATH.
3433

3534
```sh
3635
# Initialize your project

0 commit comments

Comments
 (0)