Skip to content

Commit c80b551

Browse files
committed
Add installation instructions with golangci-lint
1 parent 88e8196 commit c80b551

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,16 @@ It helps you find if statements that make your code hard to read, and clarifies
88

99
## Installation
1010

11+
### By go get
12+
1113
```
1214
go get github.com/nakabonne/nestif/cmd/nestif
1315
```
1416

17+
### By golangci-lint
18+
19+
`nestif` is already integrated with [golangci-lint](https://github.com/golangci/golangci-lint). Please refer to the instructions there and enable it.
20+
1521
## Usage
1622

1723
### Quick Start

0 commit comments

Comments
 (0)