Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sanposhiho authored Aug 3, 2021
1 parent 7f7461e commit ca123c8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,19 @@ $ go vet -vettool=`which wastedassign` sample.go

## Installation


### Go version < 1.16

```
go get -u github.com/sanposhiho/wastedassign/v2/cmd/wastedassign
```

### Go version 1.16+

```
go install github.com/sanposhiho/wastedassign/v2/cmd/wastedassign@latest
```

## Usage

```
Expand Down

0 comments on commit ca123c8

Please # to comment.