9 lines
195 B
Markdown
9 lines
195 B
Markdown
# Installing
|
|
Symlink the files in this directory into your `.git/hooks/` directory to
|
|
enable policies for this project. Example:
|
|
|
|
```bash
|
|
$ cd .git/hooks
|
|
$ ln -s ../../git-hooks/pre-commit .
|
|
```
|