Pull README.md from master.

openweathermap
Jens Lody 11 years ago
parent b2b0c68b5b
commit e16ee24a1e
  1. 12
      README.md

@ -12,7 +12,7 @@ The code surely needs more cleanup, but it is ready for testing.
Up to 10 days forecast can be shown. Up to 10 days forecast can be shown.
The weather-data is provided by http://openweathermap.org . 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 or 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. I'm always interested in feedback.
@ -23,6 +23,9 @@ To use this branch just pull my repo and switch to it with;
git checkout openweathermap git checkout openweathermap
./autogen.sh && make local-install ./autogen.sh && make local-install
If you want to use openweathermap.org with gnome-shell 3.6, please use the openweathermap_3.6 branch instead.
---- ----
# Installation # Installation
@ -47,11 +50,12 @@ Make sure you have the following dependencies installed:
* *gettext*, * *gettext*,
* *pkg-config*, * *pkg-config*,
* *git*, * *git*,
* *glib2 (with development packages)*, * *glib2 (and development packages)*,
* *zip*,
* *gnome-common*, * *gnome-common*,
* *autoconf*, * *autoconf*,
* *automake*, * *automake*,
* *intltool*, * *intltool*.
* *gnome-tweak-tool*. * *gnome-tweak-tool*.
Run the following commands: Run the following commands:
@ -64,7 +68,7 @@ Run the following commands:
# Configuration # Configuration
Launch *gnome-shell-extension-prefs* (reachable also through the *Weather Settings* button on the extension popup) and select *Weather* from the drop-down menu to edit the configuration. Launch *gnome-shell-extension-prefs* (reachable also through the *Weather Settings* button on the extension popup) and select *YAWE* from the drop-down menu to edit the configuration.
![Screenshot](https://github.com/jenslody/gnome-shell-extension-weather/raw/master/data/weather-settings.gif) ![Screenshot](https://github.com/jenslody/gnome-shell-extension-weather/raw/master/data/weather-settings.gif)

Loading…
Cancel
Save