From 5d73311e9642143bd30ce30037d94c150f94e548 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sun, 15 Nov 2009 09:09:44 +0100 Subject: [PATCH] fix readme; order of steps was wrong --- README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 2.30.2