From 917c7bdb88616a30b9e2c62b9fe87b215bbc1714 Mon Sep 17 00:00:00 2001 From: Christian METZLER Date: Sat, 7 Jan 2012 05:55:14 +0100 Subject: [PATCH] modified: README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 50e51be..a2e3bb9 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,10 @@ 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!