From a297a604c9e3b21a08ca651bca9f50ae4499a87c Mon Sep 17 00:00:00 2001 From: Jens Lody Date: Sat, 26 Oct 2013 09:00:35 +0200 Subject: [PATCH] Update Readme.md (build instructions, typo) --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f0fa345..a697e21 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,25 @@ Currently, the weather report, including forecasts for up to five days, is fetched from [Yahoo! Weather](http://weather.yahoo.com/). +# News + I just pushed changes to the new openweathermap-branch. The code surely needs more cleanup, but it is ready for testing. Up to 10 days forecast can be shown. The weather-data is provided by http://openweathermap.org . -Locations used by the master-branch ()!Yahoo) will not be deleted by the switch, but they can not be used. Make sure you use only owm locations with owm and yahoo locations with yahoo r you get incorrect (or no) results). +Locations used by the master-branch ()!Yahoo) will not be deleted by the switch, but they can not be used. Make sure you use only owm locations with owm and yahoo locations with yahoo or you get incorrect (or no) results). I'm always interested in feedback. +To use this branch just pull my repo and switch to it with; + + cd ~ && git clone git://github.com/jenslody/gnome-shell-extension-weather.git + cd ~/gnome-shell-extension-weather + git checkout openweathermap + ./autogen.sh && make local-install + ---- # Installation