diff --git a/README.md b/README.md index 12be1b6..cf15059 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,14 @@ icscli -h sudo make uninstall ``` +#### git-hooks + +The developer has to actively enable git hooks: +``` +git config --local core.hooksPath git-hooks +``` + #### TODO - more tests -- also show events that have already started but not ended yet \ No newline at end of file +- also show events that have already started but not ended yet