diff options
author | Vincent Ambo <mail@tazj.in> | 2021-09-16T19·18+0300 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2021-09-16T20·34+0000 |
commit | 80fb67a75dc25ae64f87836ddd2b7f5c506a2a6c (patch) | |
tree | 48222ac245fa58988ddf1564cbaaf0965cdbd1b2 | |
parent | 387c55582b4ef7eea31b73984bf0766ad7b284b7 (diff) |
docs(kontemplate): Update cloning docs in README r/2879
Change-Id: I42bf2524650bf09104e48c1c1a54c97f3470b628 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3566 Reviewed-by: tazjin <mail@tazj.in> Reviewed-by: flokli <flokli@flokli.de> Tested-by: BuildkiteCI
-rw-r--r-- | ops/kontemplate/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ops/kontemplate/README.md b/ops/kontemplate/README.md index 998e61a61928..774796c90949 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 |