kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit d35bb9837d7d2e69ba020e3277032554d3248a98
parent 850e39fcfb5fb2525fc666ea1fedd66a579e2ed8
Author: Joris Vink <joris@coders.se>
Date:   Sun,  3 Aug 2014 21:47:19 +0200

update comment in example tasks.c

Diffstat:
examples/tasks/src/tasks.c | 8+-------
1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/examples/tasks/src/tasks.c b/examples/tasks/src/tasks.c @@ -24,13 +24,7 @@ * * You need libcurl installed for this to build (including headers) * - * Compile using build.sh, afterwards start using: - * # kore -nc module.conf (depending on where kore is installed) - * - * Test using: - * # curl -k https://127.0.0.1:4443/?user=foobar - * - * If the result echo'd back matches what you specified, its all green. + * Read README.md on how to build and run this example. */ #include <curl/curl.h>