Merge pull request #1570 from bzub/1234-go_plugin_doc

Fix compile kustomize example.
This commit is contained in:
Jeff Regan
2019-09-26 17:40:11 -07:00
committed by GitHub

View File

@@ -52,8 +52,7 @@ 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/kustomize/v3
```
and then a normal development cycle using