summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2015-02-19 13:51:33 +0100
committerMagnus Ahltorp <map@kth.se>2015-02-19 13:51:33 +0100
commit6e5730c8d7eecec7314c15419aff1112960398bb (patch)
tree7c4b0e29251302dbb97ec026c1a486536ab33b2f /README.md
parent0612aea127557032cb2d5913457d29263822698c (diff)
Added hackney dependency text in README.mdhackney-merge
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 439ad41..da15a4f 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,11 @@ A compiled plop application in ../plop
A compiled https://github.com/basho/lager (for logging) in ../lager
A compiled https://github.com/mochi/mochiweb (for web server functionality) in ../mochiweb
+A compiled https://github.com/benoitc/hackney.git (http client) in ../hackney
+
+Note: hackney is dependent on rebar, but doesn't include one. You can
+use the rebar from lager by adding "REBAR=../lager/rebar" to the make
+command line, or install rebar yourself.
# Start