quark

quark web server
git clone git://git.suckless.org/quark
Log | Files | Refs | LICENSE

commit 43c4400a770a113c679834c271f00a9fb827c9b4
parent 9fd46fd50efd8e874052fbdb0e8611625e67e741
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Wed, 20 Aug 2014 14:10:24 +0000

update README

Diffstat:
MREADME | 11++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/README b/README @@ -1,7 +1,7 @@ -quark - simple http get server -============================== -quark is an extremly small and simple http get-only web server. It only serves -static pages on a single host. +quark - simple HTTP server +========================== +quark is a small and simple HTTP web server. It serves static +pages on a single host and has basic CGI support. Installation @@ -12,7 +12,8 @@ Edit config.mk to match your local setup. quark is installed into Afterwards enter the following command to build and install quark (if necessary as root): - $ make clean install + $ make clean; make + $ sudo make install Running quark