summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 0bb4d47..2d2a128 100644
--- a/README
+++ b/README
@@ -28,3 +28,7 @@ be found in lua-rex-pcre or liblua5.1-rex-pcre0 in Debian or Ubuntu.
If you wish to use the http access capability in post-recive hooks then you
will need to ensure cURL is installed and the `curl` binary itself is present
on your PATH.
+
+If you wish to use password authentication
+then the `htpasswd` binary must be present in your PATH.
+In debian this is provided by `apache2-utils`.