Skip to content

Commit

Permalink
Fix install instruction in README
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear committed Dec 9, 2024
1 parent 9355bf3 commit e00fef7
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 @@ -15,7 +15,7 @@ You can run it standalone through `go vet`.

You must install the binary to your `$GOBIN` folder like so:
```sh
$ go install github.com/macabu/inamedparam/cmd/inamedparam
$ go install github.com/macabu/inamedparam/cmd/inamedparam@latest
```

And then navigate to your Go project's root folder, where can run `go vet` in the following way:
Expand Down

0 comments on commit e00fef7

Please sign in to comment.