Skip to content
Snippets Groups Projects
Unverified Commit fa8b8574 authored by Andreas Horn's avatar Andreas Horn
Browse files

adds comment about core.hooksPath to readme

parent e13bffab
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ This git hooks for `pre-commit` and `post-commit` (and optionally `post-checkout ...@@ -13,7 +13,7 @@ This git hooks for `pre-commit` and `post-commit` (and optionally `post-checkout
## Setup ## Setup
1. Navigate to your `.git/hooks` folder. 1. Navigate to your `.git/hooks` folder or the configured hooks folder (e.g. via `git config --local core.hooksPath .githooks/`).
2. Copy the following files into this folder: 2. Copy the following files into this folder:
* `requirements.txt` * `requirements.txt`
* `get-matched-files-for-encryption.py` * `get-matched-files-for-encryption.py`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment