From 49f8b2bee851c8f96b2f1782ad84816cdee0bcfc Mon Sep 17 00:00:00 2001 From: Jeff Regan Date: Thu, 5 Dec 2019 14:43:58 -0800 Subject: [PATCH] Update INSTALL.md --- docs/INSTALL.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index e1db8bcd8..b104b7e83 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -4,19 +4,20 @@ # Installation Binaries at various versions for linux, macOs and Windows -are available on the [release page]. +are available for manual download on the [release page]. -Or... - -## Quickly curl the latest binary - -This script attempts to do the right thing: -for linux, darwin or windows: +To do a quick download, run: ``` curl https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh | sh ``` +This script + - attempt to detect your OS, + - download and unpack the release tar file in a temporary directory, + - copy the kustomize binary to your current working directory, + - remove the temp directory. + See this [discussion of _curl | sh_](https://www.arp242.net/curl-to-sh.html). ## Try `go`