Update docs for update_manager to use user directory

This commit is contained in:
Jordan 2021-09-12 15:23:42 -04:00
parent 31606ddc38
commit 1726126807

View File

@ -25,9 +25,9 @@ configuration:
```
[update_manager client KlipperScreen]
type: git_repo
path: /home/pi/KlipperScreen
path: ~/KlipperScreen
origin: https://github.com/jordanruthe/KlipperScreen.git
env: /home/pi/.KlipperScreen-env/bin/python
env: ~/.KlipperScreen-env/bin/python
requirements: scripts/KlipperScreen-requirements.txt
install_script: scripts/KlipperScreen-install.sh
```