mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
suggest make build instead of make install
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user