From 43b24a5122fea5cbe2a5aade02ab7c36f8f81499 Mon Sep 17 00:00:00 2001 From: Joakim Reinert Date: Thu, 21 May 2015 19:41:46 +0200 Subject: Add instructions to install git hooks to INSTALL --- INSTALL | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index d7863cd45..f7601ae7f 100644 --- a/INSTALL +++ b/INSTALL @@ -20,3 +20,7 @@ * Copy ./data/local/examples/contact-info.php to ./data/local/ and edit it * run `php index.php user add_user` to add your first user + +* run `./scripts/install-git-hooks.sh` to install githooks. + This will install hooks to run database migrations and optimize javascript + when necessary on every git pull -- cgit v1.2.3-24-g4f1b