quark

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

commit 7b020e8c515f704bed9b10d0d75f278542d7b910
parent ce31aca1aad09abb8a4d22f58859f004348a104c
Author: Anselm R Garbe <anselm@garbe.us>
Date:   Sat, 15 Aug 2009 19:57:15 +0100

changed some docs
Diffstat:
MREADME | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README b/README @@ -1,6 +1,7 @@ quark - simple http get server ============================== -quark is an extremly small and simple http get-only web server. +quark is an extremly small and simple http get-only web server. It only serves +static pages on a single host. Installation @@ -16,4 +17,4 @@ Afterwards enter the following command to build and install quark Running quark ------------ -Simply invoke the quark <web-root> as superuser. +sudo quark <web-root>