summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INSTALL4
1 files changed, 4 insertions, 0 deletions
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