From 54e4d5ab6beda54afcc38aa0209f5c89809a55de Mon Sep 17 00:00:00 2001 From: xpume <770954908@qq.com> Date: Sun, 20 Aug 2023 23:58:57 +0800 Subject: [PATCH] docs: fix go install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e66d7e77f..25916720b 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ You have several options there: - install via [MacPorts](https://www.macports.org): `sudo port selfupdate && sudo port install k3d` (MacPorts is available for MacOS) - install via [AUR](https://aur.archlinux.org/) package [rancher-k3d-bin](https://aur.archlinux.org/packages/rancher-k3d-bin/): `yay -S rancher-k3d-bin` - grab a release from the [release tab](/~https://github.com/k3d-io/k3d/releases) and install it yourself. -- install via go: `go install github.com/k3d-io/k3d@latest` (**Note**: this will give you unreleased/bleeding-edge changes) +- install via go: `go install github.com/k3d-io/k3d/v5@latest` (**Note**: this will give you unreleased/bleeding-edge changes) - use [Chocolatey](https://chocolatey.org/): `choco install k3d` (Chocolatey package manager is available for Windows) - package source can be found in [erwinkersten/chocolatey-packages](/~https://github.com/erwinkersten/chocolatey-packages/tree/master/automatic/k3d)