From e2eeb90639f8bf0a1eb098a3521d631312f80365 Mon Sep 17 00:00:00 2001 From: Jeff Regan Date: Thu, 24 Oct 2019 11:23:21 -0700 Subject: [PATCH] Update INSTALL.md --- docs/INSTALL.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index a60c12bf5..cf7610c1c 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -67,15 +67,6 @@ 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 ```