diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-04-27 15:31:48 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-04-27 16:05:26 -0400 |
commit | a7f339ad1c61e61a89bfcf106ba2eac4e0a694ab (patch) | |
tree | cca57174f8a490788d5dbf574a5433ed31cf7cc6 /docs/Installation.md | |
parent | c1c0b2dd387670b168ed6ac229f512e3cab1820e (diff) | |
download | kutter-a7f339ad1c61e61a89bfcf106ba2eac4e0a694ab.tar.gz kutter-a7f339ad1c61e61a89bfcf106ba2eac4e0a694ab.tar.xz kutter-a7f339ad1c61e61a89bfcf106ba2eac4e0a694ab.zip |
docs: Improve documentation for those starting in docs/
Those that reach Klipper via github may jump directly to the docs/
directory in search of documentation. Add README.md and rework
Overview.md with that in mind.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Installation.md')
-rw-r--r-- | docs/Installation.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Installation.md b/docs/Installation.md index 0b9c6bc6..5bec93b0 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -58,8 +58,8 @@ Finally, for common micro-controllers, the code can be flashed with: make flash FLASH_DEVICE=/dev/ttyACM0 ``` -Setting up the printer configuration -==================================== +Configuring Klipper +=================== The Klipper configuration is stored in a text file on the Raspberry Pi. Take a look at the example config files in the |