docs: add update instructions close #1115
This commit is contained in:
parent
f346c2f046
commit
524d0497dd
35
docs/Updating.md
Normal file
35
docs/Updating.md
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
# Updating
|
||||||
|
|
||||||
|
## Using Moonraker update manager
|
||||||
|
|
||||||
|
!!! info
|
||||||
|
This method will not work if KlipperScreen and Moonraker are on different Hosts
|
||||||
|
|
||||||
|
For this to work, KlipperScreen should be added to moonraker.conf as explained in the installation instructions.
|
||||||
|
[moonraker-configuration](Installation.md/#moonraker-configuration)
|
||||||
|
|
||||||
|
Then you can update using the System panel:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
or from any UI that supports updating from moonraker.
|
||||||
|
|
||||||
|
|
||||||
|
## Using KIAUH
|
||||||
|
|
||||||
|
Same as in the installation instructions, but select update instead of install
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
## Manual update
|
||||||
|
|
||||||
|
```sh
|
||||||
|
cd ~/KlipperScreen
|
||||||
|
git pull
|
||||||
|
source ~/.KlipperScreen-env/bin/activate
|
||||||
|
pip --disable-pip-version-check install -r ~/KlipperScreen/scripts/KlipperScreen-requirements.txt
|
||||||
|
sudo service KlipperScreen restart
|
||||||
|
```
|
||||||
|
|
||||||
|
|
@ -10,6 +10,7 @@ nav:
|
|||||||
- Setup:
|
- Setup:
|
||||||
- Hardware.md
|
- Hardware.md
|
||||||
- Installation.md
|
- Installation.md
|
||||||
|
- Updating.md
|
||||||
- Configuration.md
|
- Configuration.md
|
||||||
- Quicktips.md
|
- Quicktips.md
|
||||||
- Macros: macros.md
|
- Macros: macros.md
|
||||||
|
Loading…
x
Reference in New Issue
Block a user