Mention that repo-specific-hooks need to be enabled
[git-mirror.git] / README.md
index 4eecc2d1d7be3ea344ae8418111228c566f46454..21285ee7aa7954096b7cb2e28c8ca5abe58fa737 100644 (file)
--- a/README.md
+++ b/README.md
@@ -32,8 +32,11 @@ repository, so enable the following line in `/home/git/.gitolite.rc`:
 Make sure you read the [security note](http://gitolite.com/gitolite/non-core.html#pushcode)
 concerning this configuration.
 
+Furthermore, uncomment the `repo-specific-hooks` line in the rc file or add it
+to the `ENABLE` list if it doesn't exist.
+
 Now add a file called `local/hooks/repo-specific/git-mirror` to your 
-`gitolite-admin` repository, make ii executable, and give it the following 
+`gitolite-admin` repository, make it executable, and give it the following
 content:
 
     #!/bin/sh
@@ -126,7 +129,7 @@ GitHub web interface.
 ## Source, License
 
 You can find the sources in the [git
-repository](http://www.ralfj.de/git/git-mirror.git) (also available
+repository](https://git.ralfj.de/git-mirror.git) (also available
 [on GitHub](https://github.com/RalfJung/git-mirror)).  Guess what, the
 two are synced with this tool ;-) . They are provided under a
 [2-clause BSD