Skip to content

Commit

Permalink
Merge pull request #33 from crimsonfaith91/patch-1
Browse files Browse the repository at this point in the history
Clarify need to download only one tar.gz file
  • Loading branch information
Phillip Wittrock authored Mar 29, 2018
2 parents c67ca94 + c52464b commit 999ae5a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ to simplify building and publishing Kubernetes APIs from scratch.

## TL;DR

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

Create a project under a new GOPATH.
Create an _empty_ project under a new GOPATH.

```sh
# Initialize your project
Expand Down

0 comments on commit 999ae5a

Please sign in to comment.