Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
Signed-off-by: Chuck Ha <chuckh@vmware.com>
  • Loading branch information
chuckha committed Jun 15, 2019
1 parent aba081d commit 0d9ea48
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A sample is built and hosted at `gcr.io/kubernetes1-226021/capk-manager:latest`

### Building the binaries

Requires go 1.12? Probably less strict than that.
Requires go with go modules.

* `go build ./cmd/...`
* `go build ./cmd/`
Expand All @@ -25,6 +25,12 @@ Requires a google cloud project

Tested on: Linux, OS X

Requirements: `kind` and `kubectl`

Install capkctl

`go install ./cmd/capkctl`

Start a management kind cluster

`capkctl setup`
Expand Down

0 comments on commit 0d9ea48

Please sign in to comment.