This commit is contained in:
2024-12-14 13:22:01 -06:00
parent aef6932eac
commit baa1a3c66e
2 changed files with 15 additions and 1 deletions

View File

@@ -15,6 +15,10 @@ Then, cd into the directory and run the following command:
```bash
python3 install_scripts.py
```
If updating scripts (and have already added ~/bin/ to the system PATH) run with the --upgrade parameter:
```bash
python3 install_scripts.py --upgrade
```
## Usage