canteen-info

Scrape weekly menus from canteens surrounding Aarhus University
git clone git://src.adamsgaard.dk/canteen-info
Log | Files | Refs | README | LICENSE

commit b3078e57058aafc4cf1b2f4227b81b3f363bd616
parent 58f64c14256ab4ea1340b6eb28747a39bc182926
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Thu, 19 Feb 2015 12:47:12 +0100

update readme to reflect install of canteeninfo

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -23,7 +23,7 @@ webserver or transfering the file to a webserver using SCP. It is also recommended to automatically regenerate the page with a cron job, (``crontab -e``). For example: - 30 * * * * bash ~/code/canteen-info/canteeninfo.sh && scp canteeninfo.html adc@fh.cs.au.dk:~/public_html_cs/files > ~/.canteeninfo.log + 30 * * * * canteeninfo && scp canteeninfo.html adc@fh.cs.au.dk:~/public_html_cs/files > ~/.canteeninfo.log Author: [Anders Damsgaard](mailto:andersd@riseup.net), maintained on [Github](https://github.com/anders-dc/canteen-info).