Skip to content

Commit

Permalink
Update install doc to use sigs.k8s.io
Browse files Browse the repository at this point in the history
When using go get github.com/kubernetes-sigs/kustomize running kustomize
panics with 'log_dir redefined'.
  • Loading branch information
greghaynes committed Sep 18, 2018
1 parent 58492e2 commit ce3daf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit ce3daf2

Please sign in to comment.