mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-10 08:20:59 +00:00
Fix compile kustomize example.
This commit is contained in:
@@ -52,8 +52,8 @@ kustomize and the plugin_.
|
||||
|
||||
This means a one-time run of
|
||||
```
|
||||
GOPATH=${whatever} go get \
|
||||
sigs.k8s.io/kustomize/cmd/kustomize@${releaseVersion}
|
||||
GOPATH=${whatever} GO111MODULE=on go get \
|
||||
sigs.k8s.io/kustomize/v3/cmd/kustomize@${releaseVersion}
|
||||
```
|
||||
|
||||
and then a normal development cycle using
|
||||
|
||||
Reference in New Issue
Block a user