There is wrong information about the installation directory and about how to run quark in the README.
>From d8a3795aef804715fee2e367cba4f843bcd4b2da Mon Sep 17 00:00:00 2001 From: Jakob Kramer <jakob.kra...@gmx.de> Date: Thu, 10 Apr 2014 20:43:49 +0200 Subject: [PATCH] correct information in README
--- README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README b/README index 0d23d38..8dc973a 100644 --- 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 -- 1.8.5.1