From: Christian Weiske Date: Sun, 15 Nov 2009 08:09:44 +0000 (+0100) Subject: fix readme; order of steps was wrong X-Git-Url: https://git.cweiske.de/awstats-helper.git/commitdiff_plain/5d73311e9642143bd30ce30037d94c150f94e548 fix readme; order of steps was wrong --- diff --git a/README b/README index d2ed489..34d9bc4 100644 --- a/README +++ b/README @@ -26,7 +26,8 @@ Installation ------------ 1. copy config.php.dist to config.php 2. Adjust config.php to your needs -3. Run create-historic.php to create all historic files -4. Add update-sites.php to your crontab, let it run every hour -5. Add update-lastmonth.php to your crontab and let it run +3. Run update-sites.php to generate initial data collection +4. Run create-historic.php to create all historic files +5. Add update-sites.php to your crontab, let it run every hour +6. Add update-lastmonth.php to your crontab and let it run on the first day every month