Update notes for releasing.

This commit is contained in:
Jeffrey Regan
2019-06-26 12:58:44 -07:00
parent b8b49c3124
commit 55585d8da5
12 changed files with 106 additions and 58 deletions

View File

@@ -1,13 +1,15 @@
[release page]: https://github.com/kubernetes-sigs/kustomize/releases
[Go]: https://golang.org
## Installation
# Installation
For linux, macOs and Windows,
download a binary from the
[release page].
Binaries at various versions for linux, macOs and Windows
are available on the [release page].
Or...
## Quickly curl the latest
Or try this command:
```
opsys=linux # or darwin, or windows
curl -s https://api.github.com/repos/kubernetes-sigs/kustomize/releases/latest |\
@@ -19,7 +21,9 @@ mv kustomize_*_${opsys}_amd64 kustomize
chmod u+x kustomize
```
To install from head with [Go] v1.12 or higher:
## Install from the HEAD of master branch
Requires [Go] v1.12 or higher:
<!-- @installkustomize @test -->
```