quark

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

commit 101a5b5eaf400482139d4c4d40b7d5dfc4a54af4
parent 31e023dcb496f814136ae36eac51ecd36133e95a
Author: Jakob Kramer <jakob.kramer@gmx.de>
Date:   Thu, 10 Apr 2014 20:43:49 +0200

correct information in README

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

diff --git a/README b/README @@ -7,7 +7,7 @@ static pages on a single host. Installation ------------ Edit config.mk to match your local setup. quark is installed into -/usr/local/sbin by default. +/usr/local/bin by default. Afterwards enter the following command to build and install quark (if necessary as root): @@ -17,4 +17,5 @@ Afterwards enter the following command to build and install quark Running quark ------------ -sudo quark <web-root> + $ cd <web-root> + $ sudo quark