Skip to content

Commit

Permalink
Merge pull request #37 from triarius/master
Browse files Browse the repository at this point in the history
Update install instruction with v2
  • Loading branch information
alexkohler authored Oct 24, 2024
2 parents 8dc797d + c79a99f commit c10dce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ nakedret is a Go static analysis tool to find naked returns in functions greater
Install Nakedret via go install:

```cmd
go install github.com/alexkohler/nakedret/cmd/nakedret@latest
go install github.com/alexkohler/nakedret/v2/cmd/nakedret@latest
```

If you have not already added your `GOPATH/bin` directory to your `PATH` environment variable then you will need to do so.
Expand Down

0 comments on commit c10dce5

Please sign in to comment.