diff --git a/docs/flashing_hid.md b/docs/flashing_hid.md index 0a63233..b98410e 100644 --- a/docs/flashing_hid.md +++ b/docs/flashing_hid.md @@ -15,7 +15,7 @@ This operation can be done using your RPi (except Pi Zero W). Here the common st ``` # rw # systemctl stop kvmd - # cp -r /usr/share/kvmd/hid ~ + # cp -r /usr/share/kvmd/hid/arduino ~ # cd ~/hid # make # make install @@ -42,7 +42,7 @@ This operation can be done using your Raspberry Pi without disconnecting any wir ```shell # rw # systemctl stop kvmd - # cp -r /usr/share/kvmd/hid ~ + # cp -r /usr/share/kvmd/hid/arduino ~ # cd ~/hid # make spi # make install