diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md index eb677ea4b10c..0227de8fbba2 100644 --- a/README.md +++ b/README.md @@ -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/ \ No newline at end of file +[Helm]: https://helm.sh/ +[releases page]: https://github.com/tazjin/kontemplate/releases |