diff --git a/README b/README index 445136c..3ab8c38 100644 --- a/README +++ b/README @@ -7,7 +7,10 @@ Currently, the weather report including forecast for today and tomorrow is fetch ### Installation 1. Change `YAHOO_ID` to your location in extension.js (cf. [WOEID](http://developer.yahoo.com/geo/geoplanet/guide/concepts.html)) -2. Put directory `weather@venemo.com/` in `~/.local/share/gnome-shell/extensions/` +2. from command line run the following commands : +> ./autogen.sh --prefix="/usr" +> make +> sudo make install 3. Restart Gnome Shell (`[Alt]+[F2]`, `r`) 4. Enjoy, contribute, ... diff --git a/README.md b/README.md index af82cc2..71d4639 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,10 @@ Currently, the weather report including forecast for today and tomorrow is fetch ### Installation 1. Change `YAHOO_ID` to your location in extension.js (cf. [WOEID](http://developer.yahoo.com/geo/geoplanet/guide/concepts.html)) -2. Put directory `weather@venemo.com/` in `~/.local/share/gnome-shell/extensions/` +2. from command line run the following commands : +> ./autogen.sh --prefix="/usr" +> make +> sudo make install 3. Restart Gnome Shell (`[Alt]+[F2]`, `r`) 4. Enjoy, contribute, ...