Skip to content

Commit

Permalink
Correct Go install
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenACoffman authored Jun 11, 2024
1 parent 5e2329d commit 03db035
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 @@ -4,6 +4,6 @@ Whitespace is a linter that checks for unnecessary newlines at the start and end

## Installation guide

To install as a standalone linter, run `go install github.com/ultraware/whitespace`.
To install as a standalone linter, run `go install github.com/ultraware/whitespace/cmd/whitespace@latest`.

Whitespace is also included in [golangci-lint](https://github.com/golangci/golangci-lint/). Install it and enable whitespace.

0 comments on commit 03db035

Please sign in to comment.