Docs: Add asdf install option (#389, @poikilotherm)

* Add asdf install option maintained by @spencergilbert
pull/402/head v3.2.0
Oliver Bertuch 4 years ago committed by GitHub
parent 586b1c7eae
commit 14edd4fde9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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 <tag>` with `<tag> = latest` or `3.x.x` for a specific version (maintained by [spencergilbert/asdf-k3d](https://github.com/spencergilbert/asdf-k3d))
## Quick Start

Loading…
Cancel
Save