From 7c613ee7551cf738d3e4605e9f7cb2607b10d275 Mon Sep 17 00:00:00 2001 From: Aisuko Date: Fri, 27 Nov 2020 00:01:06 +0800 Subject: [PATCH] Fix the k3d repo's links and and manually install (#65) Signed-off-by: aisuko --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cab5848..db55de9 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,10 @@ scoop bucket add tilt-dev https://github.com/tilt-dev/scoop-bucket scoop install ctlptl ``` +### Manually (Mac/Linux/Windows) + +Download the pre-compiled binaries from the [releases](https://github.com/tilt-dev/ctlptl/releases) page and copy to the desired location. + ## How do I use it? `ctlptl` supports 4 major commands: @@ -126,7 +130,7 @@ We wrote docs like [Choosing a local dev cluster](https://docs.tilt.dev/choosing_clusters.html) and example repos like [kind-local](https://github.com/tilt-dev/kind-local), [minikube-local](https://github.com/tilt-dev/minikube-local), and -[k3d-local](https://github.com/tilt-dev/k3d-local) to help people get set up. +[k3d-local](https://github.com/tilt-dev/k3d-local-registry) to help people get set up. `ctlptl` is a culmination of what we've learned.