diff --git a/docs/how-to.md b/docs/how-to.md index 2ca15a58b..9cc9083f9 100644 --- a/docs/how-to.md +++ b/docs/how-to.md @@ -8,6 +8,8 @@ Husky allows you to execute local commands before running hooks. It reads comman - `~/.config/husky/init.sh` - `~/.huskyrc` (deprecated) +On Windows: `C:\Users\yourusername\.config\husky\init.sh` + ## Skipping Git Hooks ### For a Single Command