Update docs

This commit is contained in:
jregan
2019-10-18 12:12:56 -07:00
parent d1240bcc63
commit a62f1364fe
2 changed files with 28 additions and 33 deletions

View File

@@ -50,6 +50,15 @@ git checkout kustomize/v3.2.3
### Other methods
#### Use go get
This works poorly with existing `Go` package installations at the
moment, since kustomize switched over to Go modules but hasn't
historically followed semver with respect to its API.
This is being [fixed](versioningPolicy.md), after which
`go get` should work correctly.
#### macOS
```