diff --git a/README.md b/README.md index f465fed..7b63e87 100644 --- a/README.md +++ b/README.md @@ -42,20 +42,25 @@ The module can be installed into a existing Klipper installation with an install If your directory structure differs from the usual setup you can configure the installation script with parameters: + ./install-led_effect.sh [-k ] [-s ] [-c ] ### Manual installation Clone the repository: + cd ~ git clone https://github.com/julianschill/klipper-led_effect.git Stop Klipper: + systemctl stop klipper Link the file in the Klipper directory (adjust the paths as needed): + ln -s klipper-led_effect/led_effect.py ~/klipper/extras/led_effect.py Start Klipper: + systemctl start klipper Add the updater section to moonraker.conf and restart moonraker to receive @@ -78,12 +83,15 @@ section in the Moonraker configuration. Then run the script to remove the link: If your directory structure differs from the usual setup you can configure the installation script with parameters: + ./install-led_effect.sh -u [-k ] [-s ] [-c ] If that fails, you can delete the link in Klipper manually: + rm ~/klipper/extras/led_effect.py -Delete the repository (optional) +Delete the repository (optional): + cd ~ rm -rf klipper-led_effect