summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2015-11-05 11:02:14 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2015-11-05 11:02:14 +0000
commit25d58ff9f19c7af2eff8e90f97aa64d180151152 (patch)
tree0808469ee8bef5d983d6dedc49ab0fc56c1f5cde /README
parent9a9fa3cc8150a93cd47e631d7c4c11d74cfcb6ff (diff)
downloadgitano-25d58ff9f19c7af2eff8e90f97aa64d180151152.tar.gz
Change the http interface to use cURL
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 10fe364..2ff7eef 100644
--- a/README
+++ b/README
@@ -22,3 +22,7 @@ Gitano depends on [lua-scrypt], [Luxio], [Lace], [Supple], [Gall] and [Clod].
In addition, Gitano depends on the Lua PCRE package lrexlib which can typically
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.