diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-05-08T11·53+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-05-08T11·53+0200 |
commit | 20ccc33347c325075cc6f9dfab637ec22660347e (patch) | |
tree | 977c4207238202556b5d172757bc4e164aa2e0ac | |
parent | d15dfefce2c2e29205b25f1317f706588d8062a3 (diff) |
docs: Mention AUR package in README
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md index 0fc78e817ae0..50bfae9fefd6 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,8 @@ Assuming you have Go configured correctly, you can simply `go get github.com/taz There are signed binary releases available on the [releases page][] for Linux, OS X, FreeBSD and Windows. +An [AUR package][] is available for Arch Linux and other `pacman`-based distributions. + ## Usage You must have `kubectl` installed to use Kontemplate effectively. @@ -127,3 +129,4 @@ kontemplate apply example/prod-cluster.yaml [Helm]: https://helm.sh/ [releases page]: https://github.com/tazjin/kontemplate/releases +[AUR package]: https://aur.archlinux.org/packages/kontemplate-git/ |