Closed hsbt closed 1 year ago
Hi @hsbt!
Thank's for your contribution!
I changed github.com/DarthSim/overmind@v2
back to github.com/DarthSim/overmind/v2
as github.com/DarthSim/overmind@v2
installs an old version
Thanks. But the current instruction is also not working.
$ go install github.com/DarthSim/overmind/v2
go: 'go install' requires a version when current directory is not in a module
It should be:
go install github.com/DarthSim/overmind/v2@latest
Hi, the current instruction is failed like:
I fixed it to correct usage of
go install
.