diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-08-24 10:17:49 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-08-24 10:17:49 -0400 |
commit | 8e1929649f24e196aaef3fa1f25c3f541a6486ae (patch) | |
tree | 39bc8a0b9cacd544a2dfbda94be580792b957db9 /docs/Debugging.md | |
parent | efbb704522ec246cc91039f5321f6ccfac88e627 (diff) | |
download | kutter-8e1929649f24e196aaef3fa1f25c3f541a6486ae.tar.gz kutter-8e1929649f24e196aaef3fa1f25c3f541a6486ae.tar.xz kutter-8e1929649f24e196aaef3fa1f25c3f541a6486ae.zip |
docs: Fix typo in Debugging.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Debugging.md')
-rw-r--r-- | docs/Debugging.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Debugging.md b/docs/Debugging.md index cf6dc7c0..a0e15322 100644 --- a/docs/Debugging.md +++ b/docs/Debugging.md @@ -215,7 +215,7 @@ compilation. To compile Klipper for use in simulavr, run: ``` -cd /patch/to/klipper +cd /path/to/klipper make menuconfig ``` |