Skip to content

Commit 999ae5a

Browse files
author
Phillip Wittrock
authored
Merge pull request kubernetes-sigs#33 from crimsonfaith91/patch-1
Clarify need to download only one tar.gz file
2 parents c67ca94 + c52464b commit 999ae5a

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
@@ -25,10 +25,9 @@ to simplify building and publishing Kubernetes APIs from scratch.
2525

2626
## TL;DR
2727

28-
**First:** Download the latest release and extract the tar.gz into /usr/local/ and update your PATH to
29-
include /usr/local/kubebuilder/bin.
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.
3029

31-
Create a project under a new GOPATH.
30+
Create an _empty_ project under a new GOPATH.
3231

3332
```sh
3433
# Initialize your project

0 commit comments

Comments
 (0)