Skip to content

Commit

Permalink
docs: add required git version
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Jan 28, 2021
1 parent 61fbeea commit b8e8d9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/README.md
Expand Up @@ -202,7 +202,9 @@ For example, for `nvm` that would be:

Ensure that you don't have a typo in your filename. For example, `precommit` or `pre-commit.sh` are invalid names. See Git hooks [documentation](https://git-scm.com/docs/githooks) for valid names.

Check hooks permissions, they should be executable. This is automatically set when using `husky add` command but you can run `chmod +x .husky/<hookname>` to fix that.
Verify hooks permissions, they should be executable. This is automatically set when using `husky add` command but you can run `chmod +x .husky/<hookname>` to fix that.

Check that your version of Git is greater than `2.9`.

# Free for Open Source, early access for Sponsors

Expand Down

0 comments on commit b8e8d9e

Please sign in to comment.