mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 18:10:59 +00:00
Update INSTALL.md
This commit is contained in:
@@ -30,8 +30,11 @@ Requires [Go] v1.12 or higher:
|
|||||||
go install sigs.k8s.io/kustomize/v3/cmd/kustomize
|
go install sigs.k8s.io/kustomize/v3/cmd/kustomize
|
||||||
```
|
```
|
||||||
|
|
||||||
**NOTE**: The above uses a versioned import path. You will need to run the
|
> With [Go v1.12](https://golang.org/doc/go1.12#modules), prefix the above command with `GO111MODULE=on`, e.g.
|
||||||
above with `GO111MODULE=on`.
|
> ```
|
||||||
|
> GO111MODULE=on go install sigs.k8s.io/kustomize/v3/cmd/kustomize
|
||||||
|
> ```
|
||||||
|
> This shouldn't be necessary with [Go v1.13](https://golang.org/doc/go1.13#modules).
|
||||||
|
|
||||||
### Other methods
|
### Other methods
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user