From d8a3078aa129c9ffcabb7faed3ed92d33994c62d Mon Sep 17 00:00:00 2001 From: ecyrbe Date: Thu, 26 May 2011 09:00:56 +0200 Subject: [PATCH] Updated Readme files New instructions to compile and install this extension --- README | 5 ++++- README.md | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) 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, ...