docs: update go install command (#1290)

pull/1292/head
Nishant Singh 1 year ago committed by GitHub
parent 38a1221826
commit 90434ad241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/index.md

@ -114,7 +114,7 @@ Use the install script to grab a specific release (via `TAG` environment variabl
*Note*: `asdf plugin-add k3d`, then `asdf install k3d <tag>` with `<tag> = latest` or `5.x.x` for a specific version (maintained by [spencergilbert/asdf-k3d](https://github.com/spencergilbert/asdf-k3d))
- Others
- install via go: `#!bash go install github.com/k3d-io/k3d@latest` (**Note**: this will give you unreleased/bleeding-edge changes)
- install via go: `#!bash go install github.com/k3d-io/k3d/v5@latest` (**Note**: this will give you unreleased/bleeding-edge changes)
## Quick Start

Loading…
Cancel
Save