aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/FAQ.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md
index 13859926..5c54f93b 100644
--- a/docs/FAQ.md
+++ b/docs/FAQ.md
@@ -250,6 +250,10 @@ Then one can recompile and flash the micro-controller code. For
example:
```
+make menuconfig
+make clean
+make
+
sudo service klipper stop
make flash FLASH_DEVICE=/dev/ttyACM0
sudo service klipper start