about summary refs log tree commit diff
path: root/ops/kontemplate
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-12-30T16·01+0100
committerVincent Ambo <tazjin@google.com>2019-12-30T16·01+0100
commitfd5fd57cc11b127a7fb30ff226b4ab34e351adfe (patch)
tree30e3f62d52663dc15162923975eb945564194935 /ops/kontemplate
parentb34a576c198b8ed47206e8148361bfcdad78b796 (diff)
docs(kontemplate): Update documentation for depot changes r/320
Diffstat (limited to 'ops/kontemplate')
-rw-r--r--ops/kontemplate/README.md21
1 files changed, 10 insertions, 11 deletions
diff --git a/ops/kontemplate/README.md b/ops/kontemplate/README.md
index e959e1b646..dd02943f89 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/