Skip to content

Commit

Permalink
Add installation instructions with golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nakabonne committed Apr 22, 2020
1 parent 88e8196 commit c80b551
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,16 @@ It helps you find if statements that make your code hard to read, and clarifies

## Installation

### By go get

```
go get github.com/nakabonne/nestif/cmd/nestif
```

### By golangci-lint

`nestif` is already integrated with [golangci-lint](https://github.com/golangci/golangci-lint). Please refer to the instructions there and enable it.

## Usage

### Quick Start
Expand Down

0 comments on commit c80b551

Please sign in to comment.