diff --git a/scripts/README.md b/scripts/README.md index c48b693..3dc73af 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -16,9 +16,10 @@ Replacing the folder as needed. Lets you set the TDP using `intel_rapl`. Tested on Ubuntu 21.04. Also supports shortened commands for minimal typing on the mediocre keyboard. -PL1 is set to number provided, PL2 is set 2W higher, maybe PL2 will be customizable in the future. +PL1 is set to number provided, PL2 is set 2W higher, maybe PL2 will be customizable in the future. +You will have to enter your sudo password when changing TDP. -For details of how to use, run `tdp help`. +For details on how to use, run `tdp help`. Common examples: @@ -29,13 +30,13 @@ tdp check # Set TDP to 8W tdp set 8 -# Set TDP to 8W (But shorter) +# Set TDP to 8W (Shortened) tdp s 8 # Check both PL1 and PL2 tdp check --detail -# Check both PL1 and PL2 (But shorter) +# Check both PL1 and PL2 (Shortened) tdp c -d ```