From 14006341ae3095c61dab80b515b1723f6bfdca7e Mon Sep 17 00:00:00 2001 From: Dipesh Acharya Date: Wed, 6 Feb 2013 21:17:55 +0545 Subject: [PATCH] updated README.md --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f51b5a..791435e 100644 --- a/README.md +++ b/README.md @@ -43,10 +43,28 @@ After installation you need to restart the GNOME shell by: * `ALT`+`F2` to open the command prompt * Enter `r` to restart the GNOME shell + +Installing dependencies +------------- +Installing lm-sensors for Fedora, CentOS and other distros with yum: + +`yum install -y lm_sensors` + +Ubuntu, Debian and other distros with apt-get: + +`apt-get install lm-sensors` + +Then run `sensors-detect` as root as one time detection process. + +Installing `hdd-temp`: + +`yum -y install hddtemp` + + Configuration ------------- -This extensions uses the output `sensors`(1) command to obstain the +This extensions uses the output `sensors`(1) command to obtain the temperature data and sensor labeling. To relabel, hide or correct the output consult the `sensors.conf`(5) manual.