diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Installation.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Installation.md b/docs/Installation.md index 5bec93b0..a23dad2d 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -55,7 +55,9 @@ make Finally, for common micro-controllers, the code can be flashed with: ``` +sudo service klipper stop make flash FLASH_DEVICE=/dev/ttyACM0 +sudo service klipper start ``` Configuring Klipper |