From 14edd4fde9f193de6161b1d0096c6133045da8ea Mon Sep 17 00:00:00 2001 From: Oliver Bertuch Date: Wed, 4 Nov 2020 19:34:53 +0100 Subject: [PATCH] Docs: Add asdf install option (#389, @poikilotherm) * Add asdf install option maintained by @spencergilbert --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index a47b3631..5020ad58 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 (maintained by [spencergilbert/asdf-k3d](https://github.com/spencergilbert/asdf-k3d)) ## Quick Start