mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-14 10:30:59 +00:00
Update INSTALL.md
This commit is contained in:
@@ -10,15 +10,12 @@ Or...
|
|||||||
|
|
||||||
## Quickly curl the latest
|
## Quickly curl the latest
|
||||||
|
|
||||||
|
|
||||||
https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv3.2.3/kustomize_kustomize.v3.2.3_linux_amd64
|
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
# pick one
|
# pick one
|
||||||
opsys=darwin
|
opsys=darwin
|
||||||
opsys=windows
|
opsys=windows
|
||||||
opsys=linux
|
opsys=linux
|
||||||
|
|
||||||
curl -s https://api.github.com/repos/kubernetes-sigs/kustomize/releases/latest |\
|
curl -s https://api.github.com/repos/kubernetes-sigs/kustomize/releases/latest |\
|
||||||
grep browser_download |\
|
grep browser_download |\
|
||||||
grep $opsys |\
|
grep $opsys |\
|
||||||
|
|||||||
Reference in New Issue
Block a user