From 48dcf34f99cf186d224103aaf2f11032b6413810 Mon Sep 17 00:00:00 2001 From: Christian METZLER Date: Sat, 7 Jan 2012 06:13:01 +0100 Subject: [PATCH] modified: README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7ab09df..e9437c3 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,11 @@ Currently, the weather report including forecast for today and tomorrow is fetch ### Installation Run the following commands in the `gnome-shell-extension-weather` directory: -* `./autogen.sh --prefix=/usr` -* `make` -* `sudo make install` -* `sudo install -D weather-extension-configurator.py /usr/bin/weather-extension-configurator` + + ./autogen.sh --prefix=/usr + make + sudo make install + sudo install -D weather-extension-configurator.py /usr/bin/weather-extension-configurator That's it!