From c00cf120ffada8cb446e325c404024667999a330 Mon Sep 17 00:00:00 2001 From: Jeff Regan Date: Thu, 5 Dec 2019 18:22:23 -0800 Subject: [PATCH] Update INSTALL.md --- docs/INSTALL.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index a5d3ccd16..ddfa135eb 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -1,26 +1,25 @@ [release page]: /../../releases [Go]: https://golang.org [script]: https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh +[quickly]: https://www.arp242.net/curl-to-sh.html # Installation Binaries at various versions for linux, macOs and Windows are available for manual download on the [release page]. -To do a quick download, run: +To do this [quickly], run, run: ``` curl -s "https://raw.githubusercontent.com/\ -kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | sh +kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash ``` This [script] - attempts to detect your OS, - downloads and unpacks the release tar file in a temporary directory, - copies the kustomize binary (and only that file) to your current working directory, - - removes the temp directory. - - + - removes the temporary directory. ## Try `go`