This commit is contained in:
Maxim Devaev 2023-08-06 20:41:24 +03:00
parent f285ccf86a
commit 3b0084199b
1 changed files with 2 additions and 2 deletions

View File

@ -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