update README

This commit is contained in:
Hiltjo Posthuma 2014-08-20 14:10:24 +00:00 committed by FRIGN
parent 9fd46fd50e
commit 43c4400a77

11
README
View file

@ -1,7 +1,7 @@
quark - simple http get server quark - simple HTTP server
============================== ==========================
quark is an extremly small and simple http get-only web server. It only serves quark is a small and simple HTTP web server. It serves static
static pages on a single host. pages on a single host and has basic CGI support.
Installation 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 Afterwards enter the following command to build and install quark
(if necessary as root): (if necessary as root):
$ make clean install $ make clean; make
$ sudo make install
Running quark Running quark