From 47aaedd26a5ebabb3f009ca0c24c130c46558352 Mon Sep 17 00:00:00 2001 From: Přemysl Janouch Date: Sun, 21 Sep 2014 00:58:19 +0200 Subject: Implement the HTTP plugin Ended up including Joyent's http-parser library. --- README | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README') 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. -- cgit v1.2.3-54-g00ecf