Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
bombsimon committed Feb 8, 2024
1 parent e750989 commit 779d552
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Expand Up @@ -19,15 +19,19 @@ make something configurable!
## Installation

```sh
go install github.com/bombsimon/wsl/v4/cmd...@master
# Latest release
go install github.com/bombsimon/wsl/v4/cmd/wsl

# Main branch
go install github.com/bombsimon/wsl/v4/cmd/wsl@master
```

## Usage

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

0 comments on commit 779d552

Please sign in to comment.