diff options
author | Joakim Reinert <mail@jreinert.com> | 2015-05-21 19:41:46 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2015-05-22 12:02:13 +0200 |
commit | 43b24a5122fea5cbe2a5aade02ab7c36f8f81499 (patch) | |
tree | 9c7a38d18b09eebff3dc964dd6f72cf5aeb1c3a1 | |
parent | 7525386dccf23434eb0751d8ca5f6d1a17e47f49 (diff) |
Add instructions to install git hooks to INSTALL
-rw-r--r-- | INSTALL | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |