mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-14 02:20:53 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user