We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27f28e2 commit 58c7bcdCopy full SHA for 58c7bcd
README.md
@@ -2,7 +2,17 @@
2
3
[![Software License][ico-license]][link-license]
4
5
-A collection of useful **[Git hooks](https://git-scm.com/docs/githooks)**.
+A collection of useful **[Git Hooks](https://git-scm.com/docs/githooks)**.
6
+
7
+## Install
8
9
+Just download the needed script and config your Git to use it as hook.
10
11
+Although, the simplest way to add hooks, is using the [Git Hooks manager](https://github.com/slavcodev/git-hooks).
12
+It helps to configure any hooks via config file, and allows to have multiple scripts per hook.
13
14
+You can open [.gitconfig](.gitconfig) to see how this project
15
+is using the [Git Hooks manager](https://github.com/slavcodev/git-hooks).
16
17
## Contributing
18
0 commit comments