From 4661fd47ab1ab2dce2de4cd30249b129c8b9d74d Mon Sep 17 00:00:00 2001 From: typicode Date: Thu, 28 Apr 2022 08:17:10 +0200 Subject: [PATCH] docs: fix windows workaround --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index b87cc4ba8..d0f249015 100644 --- a/docs/README.md +++ b/docs/README.md @@ -76,7 +76,7 @@ For example: npx husky add .husky/commit-msg 'npx --no-install commitlint --edit "$1"' ``` -_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._ +_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._ ## Manual