Skip to content

Commit

Permalink
Fix paths for manual installation. Fixes Manual install adjust link p…
Browse files Browse the repository at this point in the history
…ath #219
  • Loading branch information
julianschill committed Oct 1, 2024
1 parent 8eaa5a5 commit 56d1d48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ 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
ln -s klipper-led_effect/led_effect.py ~/klipper/klippy/extras/led_effect.py

Start Klipper:

Expand Down Expand Up @@ -88,7 +88,7 @@ installation script with parameters:

If that fails, you can delete the link in Klipper manually:

rm ~/klipper/extras/led_effect.py
rm ~/klipper/klippy/extras/led_effect.py

Delete the repository (optional):

Expand Down

0 comments on commit 56d1d48

Please sign in to comment.