Update install doc to use sigs.k8s.io

When using go get github.com/kubernetes-sigs/kustomize running kustomize
panics with 'log_dir redefined'.
This commit is contained in:
Gregory Haynes
2018-09-18 19:01:13 +00:00
parent 58492e2d83
commit ce3daf254f

View File

@@ -29,5 +29,5 @@ To install from head with [Go] v1.10.1 or higher:
<!-- @installkustomize @test -->
```
go get github.com/kubernetes-sigs/kustomize
go get sigs.k8s.io/kustomize
```