From b8e8ebe0db3546de02177a644c27a81ea5301ac3 Mon Sep 17 00:00:00 2001 From: Dipesh Acharya Date: Fri, 15 Feb 2013 02:07:37 +0545 Subject: [PATCH] updated README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c5d9253..af79557 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The extension uses [sensors] from lm_sensors package (lm-sensors for Debian syst to read temperature for different CPU cores and adapters. If lm_sensors is not installed, temperature is read from [system files]. -Optionally, this extension uses [hddtemp] to read hard drive temperature data. +Optionally, this extension uses [hddtemp] to read hard drive temperature data. The data is updated every 15 seconds. @@ -13,7 +13,7 @@ Installation ============= You can install this extension by visiting the [GNOME extensions] -homepage. +page for this extension. Installation by package manager ------------------------------- @@ -30,13 +30,15 @@ You can install this extension for your user by executing: cd ~/.local/share/gnome-shell/extensions git clone https://github.com/xtranophilist/gnome-shell-extension-cpu-temperature.git temperature@xtranophilist + glib-compile-schemas temperature@xtranophilist/schemas/ or system wide by executing (this requires root permissions): cd /usr/share/gnome-shell/extensions/ git clone https://github.com/xtranophilist/gnome-shell-extension-cpu-temperature.git temperature@xtranophilist + glib-compile-schemas temperature@xtranophilist/schemas/ -After installation you need to restart the GNOME shell by: +After installation you need to restart the GNOME shell: * `ALT`+`F2` to open the command prompt * Enter `r` to restart the GNOME shell