From ae93c93ed8af0a659b27627f83cc87db45a3c1b9 Mon Sep 17 00:00:00 2001 From: tesla59 Date: Fri, 19 May 2023 09:55:14 +0530 Subject: [PATCH] docs: update go install command --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 29aa559f1..6cabf4f2c 100644 --- a/docs/index.md +++ b/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 ` with ` = 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