Skip to content

Commit 7c15727

Browse files
authored
Update README (#145)
1 parent e750989 commit 7c15727

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,19 @@ make something configurable!
1919
## Installation
2020

2121
```sh
22-
go install github.com/bombsimon/wsl/v4/cmd...@master
22+
# Latest release
23+
go install github.com/bombsimon/wsl/v4/cmd/wsl
24+
25+
# Main branch
26+
go install github.com/bombsimon/wsl/v4/cmd/wsl@master
2327
```
2428

2529
## Usage
2630

2731
> **Note**: This linter provides a fixer that can fix most issues with the
28-
`--fix` flag. However, currently `golangci-lint` [does not support suggested
29-
fixes](https://github.com/golangci/golangci-lint/issues/1779) so the `--fix`
30-
flag in `golangci-lint` will **not** work.
32+
> `--fix` flag. However, currently `golangci-lint` [does not support suggested
33+
> fixes](https://github.com/golangci/golangci-lint/issues/1779) so the `--fix`
34+
> flag in `golangci-lint` will **not** work.
3135
3236
`wsl` uses the [analysis](https://pkg.go.dev/golang.org/x/tools/go/analysis)
3337
package meaning it will operate on package level with the default analysis flags

0 commit comments

Comments
 (0)