Update installation.md -> STRG to CTRL. Thx DocGalaxyBlock

Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
Stefan Dej 2020-08-15 01:35:12 +02:00
parent 9bdcec01ca
commit 1daf1b07aa
2 changed files with 2 additions and 2 deletions

View File

@ -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:
```

View File

@ -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/