Skip to content

Commit

Permalink
Update install instruction with v2
Browse files Browse the repository at this point in the history
Ever since the module import path was amended to include "v2" in
#27, the install instructions
will only install the v1 module. This PR updates the install instructions
to match the current import path.

Fixes #36
  • Loading branch information
triarius committed Oct 24, 2024
1 parent 8dc797d commit c79a99f
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 c79a99f

Please sign in to comment.