changed some docs
This commit is contained in:
parent
ce31aca1aa
commit
7b020e8c51
1 changed files with 3 additions and 2 deletions
5
README
5
README
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue