From b6694fa31dc9ebff5bb2ad1ffc7c66d7f8284ea2 Mon Sep 17 00:00:00 2001 From: Oliver Bertuch Date: Sat, 31 Oct 2020 01:35:16 +0100 Subject: [PATCH 1/2] Add asdf install option --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index a47b36313..14d30f955 100644 --- a/docs/index.md +++ b/docs/index.md @@ -45,6 +45,7 @@ You have several options there: - grab a release from the [release tab](https://github.com/rancher/k3d/releases) and install it yourself. - install via go: `#!bash go install github.com/rancher/k3d` (**Note**: this will give you unreleased/bleeding-edge changes) - use [arkade](https://github.com/alexellis/arkade): `arkade get k3d` +- use [asdf](https://asdf-vm.com): `asdf plugin-add k3d`, then `asdf install k3d ` with ` = latest` or `3.x.x` for a specific version ## Quick Start From 94684eb7cd559ab961708e238d7aa4524648eb57 Mon Sep 17 00:00:00 2001 From: Thorsten Klein Date: Wed, 4 Nov 2020 19:33:22 +0100 Subject: [PATCH 2/2] add reference to maintainer repo --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 14d30f955..5020ad585 100644 --- a/docs/index.md +++ b/docs/index.md @@ -45,7 +45,7 @@ You have several options there: - grab a release from the [release tab](https://github.com/rancher/k3d/releases) and install it yourself. - install via go: `#!bash go install github.com/rancher/k3d` (**Note**: this will give you unreleased/bleeding-edge changes) - use [arkade](https://github.com/alexellis/arkade): `arkade get k3d` -- use [asdf](https://asdf-vm.com): `asdf plugin-add k3d`, then `asdf install k3d ` with ` = latest` or `3.x.x` for a specific version +- use [asdf](https://asdf-vm.com): `asdf plugin-add k3d`, then `asdf install k3d ` with ` = latest` or `3.x.x` for a specific version (maintained by [spencergilbert/asdf-k3d](https://github.com/spencergilbert/asdf-k3d)) ## Quick Start