We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to install gotop on my new VPS with go 1.16.6 and this is the error I get:
root@v1rtl:~# go install github.com/xxxserxxx/gotop/v4/cmd/gotop go install: version is required when current directory is not in a module
The text was updated successfully, but these errors were encountered:
Yeah, that needs a @latest at the end; the README.md needs a fix. The instructions should read:
@latest
README.md
go install github.com/xxxserxxx/gotop/v4/cmd/gotop@latest
Sorry, something went wrong.
Fixed by 257706b
No branches or pull requests
I am trying to install gotop on my new VPS with go 1.16.6 and this is the error I get:
The text was updated successfully, but these errors were encountered: