From d225e6aa41d6d8651169e164919def39d3ef7838 Mon Sep 17 00:00:00 2001 From: bjt-user Date: Mon, 8 Jul 2024 20:42:24 +0200 Subject: [PATCH] updated README, how to enable git-hooks --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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