From 1daf1b07aa1d76e151d70f07b930dacae94b247b Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Sat, 15 Aug 2020 01:35:12 +0200 Subject: [PATCH] Update installation.md -> STRG to CTRL. Thx DocGalaxyBlock Signed-off-by: Stefan Dej --- docs/installation.md | 2 +- docs/update-0.1.x.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 78d451fd..70730af3 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -43,7 +43,7 @@ to: ``` KLIPPY_ARGS="/home/pi/klipper/klippy/klippy.py /home/pi/klipper_config/printer.cfg -l /tmp/klippy.log" ``` -Save the file with `STRG+O` and close the editor with `STRG+X`. +Save the file with `CTRL+O` and close the editor with `CTRL+X`. At least you have to create the config and the virtual_sdcard directory with: ``` diff --git a/docs/update-0.1.x.md b/docs/update-0.1.x.md index c57529f5..0a22b2a8 100644 --- a/docs/update-0.1.x.md +++ b/docs/update-0.1.x.md @@ -28,7 +28,7 @@ git checkout origin/master ``` ### Move klipper config files to the subdirectory -create the new subdirectory andmove `printer.cfg` in `~/klipper_config`: +create the new subdirectory and move `printer.cfg` in `~/klipper_config`: ``` mkdir ~/klipper_config/ mv ~/printer.cfg ~/klipper_config/