Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

README build instructions update#191

Description

@johngillott

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions