Skip to content

Commit

Permalink
Clarify only need to download one tar.gz file
Browse files Browse the repository at this point in the history
  • Loading branch information
crimsonfaith91 authored Mar 23, 2018
1 parent 9bb1868 commit c52464b
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 @@ -27,10 +27,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 c52464b

Please sign in to comment.