From a91beae3d754d79b2a65bceeb84e53cc4eb0a5df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Tue, 1 Apr 2014 21:38:33 +0200 Subject: [PATCH] =?UTF-8?q?add=20a=20=C2=A7=20about=20the=20configuration?= =?UTF-8?q?=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2734b59..408bbc0 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,16 @@ git config --add hooks.enabled-plugins wipchecker ## Usage +### For dummies + +Just run the configuration script. From your repository root, run + + .git/configure.sh + +The script will help you configure some scripts that shouldn't be configured globally. + +### Manual configuration + By default, no hook will run. You must configure the hooks you need: ```sh