From aec820669519c3a8d015603f7725e445e4c19dbd Mon Sep 17 00:00:00 2001 From: Jeff Regan Date: Wed, 18 Sep 2019 11:33:18 -0700 Subject: [PATCH] Update INSTALL.md --- docs/INSTALL.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 51cdb0388..6de6eaceb 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -30,8 +30,11 @@ 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`. +> With [Go v1.12](https://golang.org/doc/go1.12#modules), prefix the above command with `GO111MODULE=on`, e.g. +> ``` +> GO111MODULE=on go install sigs.k8s.io/kustomize/v3/cmd/kustomize +> ``` +> This shouldn't be necessary with [Go v1.13](https://golang.org/doc/go1.13#modules). ### Other methods