add note about GO111MODULE for source install

It's not immediately obvious that in order to
get the `go install sigs.k8s.io/kustomize/v3/cmd/kustomize` instructions
to work successfully, you need to have `GO111MODULE=on` set, so I added
a note about that.

Issues #1536, #1314
This commit is contained in:
Jay Pipes
2019-09-14 18:59:07 -04:00
parent 32be1cf4c2
commit 55941f5769

View File

@@ -30,6 +30,9 @@ Requires [Go] v1.12 or higher:
go install sigs.k8s.io/kustomize/v3/cmd/kustomize
```
**NOTE**: The above uses a versioned import path. You will need to run the
above with `GO111MODULE=on`.
### Other methods
#### macOS