Skip to content

Commit

Permalink
docs: update path to startup files (#1350)
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelRauber committed Jan 25, 2024
1 parent e9526fd commit 26697d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/how-to.md
Expand Up @@ -5,7 +5,7 @@
Husky allows you to execute local commands before running hooks. It reads commands from these files:

- `$XDG_CONFIG_HOME/husky/init.sh`
- `~/.config/home/init.sh`
- `~/.config/husky/init.sh`
- `~/.huskyrc` (deprecated)

## Skipping Git Hooks
Expand Down Expand Up @@ -278,4 +278,4 @@ yarn test
bun test
```

:::
:::

0 comments on commit 26697d1

Please sign in to comment.