diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-30T16·01+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-30T16·01+0100 |
commit | fd5fd57cc11b127a7fb30ff226b4ab34e351adfe (patch) | |
tree | 30e3f62d52663dc15162923975eb945564194935 /ops/kontemplate/README.md | |
parent | b34a576c198b8ed47206e8148361bfcdad78b796 (diff) |
docs(kontemplate): Update documentation for depot changes r/320
Diffstat (limited to 'ops/kontemplate/README.md')
-rw-r--r-- | ops/kontemplate/README.md | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/ops/kontemplate/README.md b/ops/kontemplate/README.md index e959e1b6460b..dd02943f89c5 100644 --- a/ops/kontemplate/README.md +++ b/ops/kontemplate/README.md @@ -99,15 +99,6 @@ to only update the `api` resource sets and the `frontend/user-page` resource set It is recommended to install Kontemplate from the signed binary releases available on the [releases page][]. Release binaries are available for Linux, OS X, FreeBSD and Windows. -### Homebrew - -OS X users with Homebrew installed can "tap" Kontemplate like such: - -```sh -brew tap tazjin/kontemplate https://github.com/tazjin/kontemplate -brew install kontemplate -``` - ### NixOS Kontemplate has been included in [NixOS](https://nixos.org/) since version 17.09. @@ -120,7 +111,16 @@ An [AUR package][] is available for Arch Linux and other `pacman`-based distribu ### Building from source -Assuming you have Go configured correctly, you can simply `go get github.com/tazjin/kontemplate/...`. +You can clone Kontemplate either by cloning the full +[depot][https://git.tazj.in/] or by just cloning the kontemplate +subtree like so: + + git clone -b kontemplate https://git.tazj.in kontemplate + +The `go` tooling can be used as normal with this cloned repository. In +a full clone of the dpeot, Nix can be used to build Kontemplate: + + nix-build -A ops.kontemplate ## Usage @@ -185,4 +185,3 @@ Please follow the [code of conduct](CODE_OF_CONDUCT.md). [Helm]: https://helm.sh/ [releases page]: https://github.com/tazjin/kontemplate/releases [AUR package]: https://aur.archlinux.org/packages/kontemplate-git/ -[Repeatr]: http://repeatr.io/ |