Skip to content

Commit

Permalink
docs: update go install command (#1290)
Browse files Browse the repository at this point in the history
  • Loading branch information
tesla59 authored May 19, 2023
1 parent 38a1221 commit 90434ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 90434ad

Please sign in to comment.