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