Skip to content

Commit 4b33931

Browse files
authored
docs: fix windows workaround
1 parent 54b3fab commit 4b33931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ For example:
7676
npx husky add .husky/commit-msg 'npx --no-install commitlint --edit "$1"'
7777
```
7878

79-
_For Windows users, if you see the help message when running `npx husky add ...`, try `node node_modules/.bin/husky add ...` instead. This isn't an issue with husky code._
79+
_For Windows users, if you see the help message when running `npx husky add ...`, try `node node_modules/husky/lib/bin add ...` instead. This isn't an issue with husky code._
8080

8181
## Manual
8282

0 commit comments

Comments
 (0)