suggest make build instead of make install

This commit is contained in:
Benjamin Elder
2019-05-16 14:53:10 -07:00
parent 0a48219267
commit a3a787b710
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ This will put `kind` in `$(go env GOPATH)/bin`. If you encounter the error
shown [here](https://golang.org/doc/code.html#GOPATH) or do manual installation by cloning the repo and run
`make install` from the repository.
Without installing go, kind can be built reproducibly with docker using `make install`.
Without installing go, kind can be built reproducibly with docker using `make build`.
Stable binaries are also available on the [releases] page. Stable releases are
generally recommended for CI usage in particular.

View File

@@ -23,7 +23,7 @@ This will put `kind` in `$(go env GOPATH)/bin`. You may need to add that directo
shown [here](https://golang.org/doc/code.html#GOPATH) if you encounter the error
`kind: command not found` after installation.
Without installing go, kind can be built reproducibly with docker using `make install`.
Without installing go, kind can be built reproducibly with docker using `make build`.
Stable binaries are also available on the [releases] page. Stable releases are
generally recommended for CI usage in particular.