Skip to content

Commit cbc16ca

Browse files
Correct Go install (#11)
1 parent 5e2329d commit cbc16ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ Whitespace is a linter that checks for unnecessary newlines at the start and end
44

55
## Installation guide
66

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

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

0 commit comments

Comments
 (0)