Skip to content

Commit b6cdb2e

Browse files
authored
docs(install): add missing /v2 suffix for go get -tool (#1304)
1 parent c43361a commit b6cdb2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ go install github.com/evilmartians/lefthook/v2@v2.1.0
2828
* or as a go tool
2929

3030
```bash
31-
go get -tool github.com/evilmartians/lefthook
31+
go get -tool github.com/evilmartians/lefthook/v2@v2.1.0
3232
```
3333

3434
With **NPM**:

0 commit comments

Comments
 (0)