diff --git a/index.html b/index.html index 61737b607..71c59d201 100644 --- a/index.html +++ b/index.html @@ -669,6 +669,7 @@

Installationgrab a release from the release tab and install it yourself.
  • install via go: go install github.com/rancher/k3d (Note: this will give you unreleased/bleeding-edge changes)
  • use arkade: arkade get k3d
  • +
  • use asdf: 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)
  • Quick Start

    Create a cluster named mycluster with just a single server node:

    @@ -692,7 +693,7 @@