You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can confirm go install github.com/k3d-io/k3d@latest doesnt actually installs the binary in $GOPATH/bin
but go install github.com/k3d-io/k3d/v5@latest does
Overview section of
v5.4.9
Documentationinstall via go:
go install github.com/k3d-io/k3d@latest
should be edited to:
go install github.com/k3d-io/k3d/v5@latest
The text was updated successfully, but these errors were encountered: