Update 'scripts/README.md'
This commit is contained in:
parent
2982f378cc
commit
d4a5fd33f5
|
@ -12,6 +12,8 @@ To quickly install the scripts, make sure `git` is installed and run this in a t
|
|||
mkdir -p ~/.local
|
||||
git clone https://gitea.quad.moe/quad/win3-resources.git ~/.local/gpd-win3
|
||||
echo -e "\n# GPD Win 3 scripts\nPATH=\"\${PATH}:\${HOME}/.local/gpd-win3/scripts\"" >> ~/.bashrc
|
||||
# This last line is optional. It displays your TDP every time you open a terminal
|
||||
echo "tdp check" >> ~/.bashrc
|
||||
```
|
||||
|
||||
Then restart your terminal. Run `tdp check` to test if it's working. It should report back current TDP.
|
||||
|
|
Loading…
Reference in New Issue