Skip to content

Commit

Permalink
added go1.16 install instructions. Fixes client9#191.
Browse files Browse the repository at this point in the history
  • Loading branch information
johngillott committed Apr 19, 2022
1 parent c0b55c8 commit 65df474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Both will install as `./bin/misspell`. You can adjust the download location usi
If you use [Go](https://golang.org/), the best way to run `misspell` is by using [gometalinter](#gometalinter). Otherwise, install `misspell` the old-fashioned way:

```
go get -u github.com/client9/misspell/cmd/misspell
go install github.com/client9/misspell/cmd/misspell@latest
```

and misspell will be in your `GOPATH`
Expand Down

0 comments on commit 65df474

Please sign in to comment.