mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-16 17:33:14 +00:00
Update INSTALL.md
This commit is contained in:
@@ -4,19 +4,20 @@
|
|||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
Binaries at various versions for linux, macOs and Windows
|
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...
|
To do a quick download, run:
|
||||||
|
|
||||||
## Quickly curl the latest binary
|
|
||||||
|
|
||||||
This script attempts to do the right thing:
|
|
||||||
for linux, darwin or windows:
|
|
||||||
|
|
||||||
```
|
```
|
||||||
curl https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh | sh
|
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).
|
See this [discussion of _curl | sh_](https://www.arp242.net/curl-to-sh.html).
|
||||||
|
|
||||||
## Try `go`
|
## Try `go`
|
||||||
|
|||||||
Reference in New Issue
Block a user