aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSepero <cowpie2000@hotmail.com>2013-05-13 13:58:43 -0400
committerSepero <cowpie2000@hotmail.com>2013-05-13 13:58:43 -0400
commitcd3595eab221647eb28885abd2c1560ba4795ae8 (patch)
tree2246af2b91061767ee29ccb71a5554ddb80527bd
parent10d087daece5b9e86653409a19ba4bc927e8c844 (diff)
Additional info added
-rw-r--r--README.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/README.md b/README.md
index 143d872..74777d1 100644
--- a/README.md
+++ b/README.md
@@ -6,10 +6,21 @@ A shell script for throttling system CPU frequency based on a desired maximum te
Set a desired maximum temperature for your system using this script. If the maximum temperature is exceeded, the script will limit the speed of your CPU cores incrementally until the system is again below your desired maximum temperature. (If your system remains above maximum temperature after completely limiting your CPU cores, it will simply stay limited until temperatures drop below the maximum desired.)
-This script must be run with root privileges. Only Celsius temperatures are supported. This example will limit system temperatures to 80 Celsius:
+This script must be run with root or sudo privileges. Only Celsius temperatures are supported. This example will limit system temperatures to 80 Celsius:
sudo ./temp_throttle 80
For more information and a bit friendly instructions, see here:
http://seperohacker.blogspot.com/2012/10/linux-keep-your-cpu-cool-with-frequency.html
+
+
+Authors: Sepero (sepero 111 @ gmail . com)
+
+Links: http://github.com/Sepero/temp-throttle/
+Links: http://seperohacker.blogspot.com/2012/10/linux-keep-your-cpu-cool-with-frequency.html
+
+License: GNU GPL 2.0
+
+Usage: temp_throttle.sh max_temp
+USE CELSIUS TEMPERATURES.