From 80fb67a75dc25ae64f87836ddd2b7f5c506a2a6c Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 16 Sep 2021 22:18:30 +0300 Subject: docs(kontemplate): Update cloning docs in README Change-Id: I42bf2524650bf09104e48c1c1a54c97f3470b628 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3566 Reviewed-by: tazjin Reviewed-by: flokli Tested-by: BuildkiteCI --- ops/kontemplate/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ops/kontemplate') diff --git a/ops/kontemplate/README.md b/ops/kontemplate/README.md index 998e61a619..774796c909 100644 --- a/ops/kontemplate/README.md +++ b/ops/kontemplate/README.md @@ -111,14 +111,14 @@ Releases are signed with the GPG key `DCF34CFAC1AC44B87E26333136EE34814F6D294A`. ### Building from source -You can clone Kontemplate either by cloning the full -[depot][https://git.tazj.in/] or by just cloning the kontemplate +You can clone Kontemplate either by cloning the full TVL +[depot][https://code.tvl.fyi] or by just cloning the kontemplate subtree like so: - git clone -b kontemplate https://git.tazj.in kontemplate + git clone https://code.tvl.fyi/depot.git:/ops/kontemplate.git 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: +a full clone of the depot, Nix can be used to build Kontemplate: nix-build -A ops.kontemplate -- cgit 1.4.1