diff --git a/README.md b/README.md index d2fd537..f46b1bc 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A small and lightweight bash script for using a custom fan curve in Linux for th You are probably wondering why I have chosen to write this script in Bash. The reason is very simple; I wanted a script with the minimum number of dependencies possible. To get this script up-and-running you _technically_ only need the **temp.sh** file. If you don't have a certain dependency (i.e. git or procps) you can just remove the code that uses them. -The current version of the script is **version 15.** +The current version of the script is **version 16.** This script is currently set up for Celsius. However, it can easily be modified for other temperature scales. @@ -51,7 +51,6 @@ I ended up catching the command I use to get the current temperature in action a - add in a **really** detailed guide of how the script works - add nouveau support (once they fix Pascal) - make config better, and to include more options -- allow single GPU's other than GPU-0 to be used - add support for GPU's that have more than one controllable fan (i.e. >1 fan controller) *or just execute this command: `nohup ./temp.sh >/dev/null 2>&1 &`