docs: Add note about binary releases to README
This commit is contained in:
parent
c2a8f8784f
commit
9b2d102bbf
1 changed files with 4 additions and 1 deletions
|
@ -74,6 +74,8 @@ to only update the `api` resource sets and the `frontend/user-page` resource set
|
|||
|
||||
Assuming you have Go configured correctly, you can simply `go get github.com/tazjin/kontemplate/...`.
|
||||
|
||||
There are signed binary releases available on the [releases page][] for Linux, OS X and Windows.
|
||||
|
||||
## Usage
|
||||
|
||||
You must have `kubectl` installed to use Kontemplate effectively.
|
||||
|
@ -122,4 +124,5 @@ kontemplate apply example/prod-cluster.yaml --dry-run
|
|||
kontemplate apply example/prod-cluster.yaml
|
||||
```
|
||||
|
||||
[Helm]: https://helm.sh/
|
||||
[Helm]: https://helm.sh/
|
||||
[releases page]: https://github.com/tazjin/kontemplate/releases
|
||||
|
|
Loading…
Reference in a new issue