From 3b0084199b4e72bdc61cb0ebed6414bf2bca4ad5 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sun, 6 Aug 2023 20:41:24 +0300 Subject: [PATCH] fix --- docs/flashing_hid.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/flashing_hid.md b/docs/flashing_hid.md index 0a632338..b98410e0 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