Skip to content

Commit

Permalink
Clarify notion of 'version' in README
Browse files Browse the repository at this point in the history
  • Loading branch information
pmorie committed May 1, 2018
1 parent 826aabb commit 00c3d7f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,17 @@ to simplify building and publishing Kubernetes APIs from scratch.

## TL;DR

**First:** Download the latest `kubebuilder_<version>_<operating-system>_amd64.tar.gz` release. Extracting the archive will give `kubebuilder_<version>_<os>_amd64` directory. Move the extracted directory to /usr/local/kubebuilder and update your PATH to include /usr/local/kubebuilder/bin. Given below are the steps:
**First:** Download the latest
`kubebuilder_<version>_<operating-system>_amd64.tar.gz` release, where `version`
is the kubebuilder version. Extracting the archive will give
`kubebuilder_<version>_<os>_amd64` directory. Move the extracted directory to
/usr/local/kubebuilder and update your PATH to include
/usr/local/kubebuilder/bin. Given below are the steps:

```shell

# download the release
wget /path/to/kubebuilder_<version>_<operating-system>_amd64.tar.gz
wget https://github.com/kubernetes-sigs/kubebuilder/releases/download/<version>/kubebuilder_<version>_<operating-system>_amd64.tar.gz

# extract the archive
tar -zxvf kubebuilder_<version>_<operating-system>_amd64.tar.gz
Expand Down

0 comments on commit 00c3d7f

Please sign in to comment.