Skip to content

Commit

Permalink
Updates README
Browse files Browse the repository at this point in the history
Fixes #185

Signed-off-by: Chuck Ha <[email protected]>
  • Loading branch information
chuckha committed Jan 2, 2019
1 parent eab8f38 commit 827b964
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ If you have [go] and [docker] installed `go get sigs.k8s.io/kind && kind create

## Installation and usage

You can install `kind` with `go get sigs.k8s.io/kind`
You can install `kind` with `go get sigs.k8s.io/kind`. This will put `kind` in
`$(go env GOPATH)/bin`. You may need to add that directory to your `$PATH` as
shown [here](https://golang.org/doc/code.html#GOPATH) if you encounter the error
`kind: command not found` after installation.

To use `kind`, you will need to [install docker].
Once you have docker running you can create a cluster with `kind create cluster`
Expand Down

0 comments on commit 827b964

Please sign in to comment.