Skip to content

Commit 56d1d48

Browse files
committed
Fix paths for manual installation. Fixes Manual install adjust link path #219
1 parent 8eaa5a5 commit 56d1d48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Stop Klipper:
5757

5858
Link the file in the Klipper directory (adjust the paths as needed):
5959

60-
ln -s klipper-led_effect/led_effect.py ~/klipper/extras/led_effect.py
60+
ln -s klipper-led_effect/led_effect.py ~/klipper/klippy/extras/led_effect.py
6161

6262
Start Klipper:
6363

@@ -88,7 +88,7 @@ installation script with parameters:
8888

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

91-
rm ~/klipper/extras/led_effect.py
91+
rm ~/klipper/klippy/extras/led_effect.py
9292

9393
Delete the repository (optional):
9494

0 commit comments

Comments
 (0)