aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2014-09-21 00:58:19 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2014-09-21 01:02:16 +0200
commit47aaedd26a5ebabb3f009ca0c24c130c46558352 (patch)
tree88cfb53cd79b1538759c81c9e6e83207de1f6c1b /README
parent2b74a188332f152e8952725812e086968a41e925 (diff)
downloadponymap-47aaedd26a5ebabb3f009ca0c24c130c46558352.tar.gz
ponymap-47aaedd26a5ebabb3f009ca0c24c130c46558352.tar.xz
ponymap-47aaedd26a5ebabb3f009ca0c24c130c46558352.zip
Implement the HTTP plugin
Ended up including Joyent's http-parser library.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index aa7f917..74c6fa0 100644
--- a/README
+++ b/README
@@ -18,6 +18,8 @@ If you don't have Clang, you can edit the Makefile to use GCC or TCC, they work
just as good. But there's no CMake support yet, so I force it in the Makefile.
$ git clone https://github.com/pjanouch/ponymap.git
+ $ git submodule init
+ $ git submodule update
$ make
That is all, no installation is required, or supported for that matter.