diff options
author | shiftingtech <53156353+shiftingtech@users.noreply.github.com> | 2021-05-02 00:02:55 -0600 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2021-05-02 13:07:07 -0400 |
commit | 8443c0b0f8c64c332f8141175d6d806464679baa (patch) | |
tree | 4bb2687db83859c2136575debebd743a2540d867 /docs/RPi_microcontroller.md | |
parent | edea52863aa2fbd20d32f71ca244caf104743451 (diff) | |
download | kutter-8443c0b0f8c64c332f8141175d6d806464679baa.tar.gz kutter-8443c0b0f8c64c332f8141175d6d806464679baa.tar.xz kutter-8443c0b0f8c64c332f8141175d6d806464679baa.zip |
docs: a slight clarity improvement for the rPi mcu
Just a small attempt to make the build process slightly clearer
In the compilation instructions for the rPi mcu
Signed-off-by: Ben Eastep <shifting@shifting.ca>
Diffstat (limited to 'docs/RPi_microcontroller.md')
-rw-r--r-- | docs/RPi_microcontroller.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/RPi_microcontroller.md b/docs/RPi_microcontroller.md index d86a38a4..bc8d0fad 100644 --- a/docs/RPi_microcontroller.md +++ b/docs/RPi_microcontroller.md @@ -34,6 +34,7 @@ for the "Linux process": cd ~/klipper/ make menuconfig ``` +In the menu, set "Microcontroller Architecture" to "Linux process," then save and exit. To build and install the new micro-controller code, run: ``` |