Skip to content

Commit

Permalink
Update installation.md -> STRG to CTRL. Thx DocGalaxyBlock
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <meteyou@gmail.com>
  • Loading branch information
meteyou committed Aug 14, 2020
1 parent 9bdcec0 commit 1daf1b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand Down
2 changes: 1 addition & 1 deletion docs/update-0.1.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 1daf1b0

Please sign in to comment.