diff --git a/README.md b/README.md index d0c7fed..3896854 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,19 @@ Current supported pre-receive (server side) checks * Erb template syntax * Puppet-lint * Yaml (hiera data) syntax + +Installation +============ + +Clone this repository + + git clone https://github.com/pixelated-project/puppet-git-hooks.git + +Go in the git hooks directory of you puppet git repository + + cd /.git/hooks + +Create symlinks to the `pre-commit` file and the `commit_hooks` directory + + ln -s /pre-commit + ln -s /commit_hooks