Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed go install usage #149

Merged
merged 2 commits into from Mar 10, 2023
Merged

Conversation

hsbt
Copy link
Contributor

@hsbt hsbt commented Feb 21, 2023

Hi, the current instruction is failed like:

$ go install -u github.com/DarthSim/overmind/v2
flag provided but not defined: -u
usage: go install [build flags] [packages]
Run 'go help install' for details.

I fixed it to correct usage of go install.

README.md Outdated Show resolved Hide resolved
@DarthSim DarthSim merged commit eb34019 into DarthSim:master Mar 10, 2023
@DarthSim
Copy link
Owner

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

@hsbt hsbt deleted the fix-installation-error branch March 10, 2023 21:37
@hsbt
Copy link
Contributor Author

hsbt commented Mar 15, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants