update README
This commit is contained in:
parent
9fd46fd50e
commit
43c4400a77
1 changed files with 6 additions and 5 deletions
11
README
11
README
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue