summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorJoakim Reinert <mail@jreinert.com>2015-05-21 19:41:46 +0200
committerFlorian Pritz <bluewind@xinu.at>2015-05-22 12:02:13 +0200
commit43b24a5122fea5cbe2a5aade02ab7c36f8f81499 (patch)
tree9c7a38d18b09eebff3dc964dd6f72cf5aeb1c3a1 /INSTALL
parent7525386dccf23434eb0751d8ca5f6d1a17e47f49 (diff)
Add instructions to install git hooks to INSTALL
Diffstat (limited to 'INSTALL')
-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