summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@gmail.com>2016-12-24 16:12:04 +0000
committerRichard Maw <richard.maw@gmail.com>2016-12-24 16:12:04 +0000
commit40902b88cf0a17f1fce95e72a44fc533160aea90 (patch)
tree84880c3c5d49cad613191940c19586b8047d7dd3 /README
parentaec0aaa0440f0afe042a6d40cc2fb1c3ec61cd33 (diff)
downloadgitano-40902b88cf0a17f1fce95e72a44fc533160aea90.tar.gz
Document that htpasswd is required for passwd support.
Diffstat (limited to 'README')
-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`.