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

README build instructions update #191

Open
johngillott opened this issue Apr 19, 2022 · 0 comments
Open

README build instructions update #191

johngillott opened this issue Apr 19, 2022 · 0 comments

Comments

@johngillott
Copy link

Hello 👋

I attempted to install misspell following instructions provided in the README and encountered the following error:

go get -u github.com/client9/misspell/cmd/misspell
go get: installing executables with 'go get' in module mode is deprecated.
        Use 'go install pkg@version' instead.
        For more information, see https://golang.org/doc/go-get-install-deprecation
        or run 'go help get' or 'go help install'.

It may be worth updating the README install section to follow the recommended workflow for installing Go libraries which changed in 1.16. The install instruction would now be go install github.com/client9/misspell/cmd/misspell@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

No branches or pull requests

1 participant