diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-05-08T08·34+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-05-08T08·37+0200 |
commit | 9b2d102bbf8249a577f9c675b268507c61c3271e (patch) | |
tree | 2760fa958ef71f64207aa1770e688c833170f94c /README.md | |
parent | c2a8f8784f9500056a3abf966168262784c07a1f (diff) |
docs: Add note about binary releases to README
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 |