changed some docs

This commit is contained in:
Anselm R Garbe 2009-08-15 19:57:15 +01:00
parent ce31aca1aa
commit 7b020e8c51

5
README
View file

@ -1,6 +1,7 @@
quark - simple http get server 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 Installation
@ -16,4 +17,4 @@ Afterwards enter the following command to build and install quark
Running quark Running quark
------------ ------------
Simply invoke the quark <web-root> as superuser. sudo quark <web-root>