Update README.md

This commit is contained in:
Maxim Devaev 2019-12-03 04:25:36 +03:00 committed by GitHub
parent 99e0d222bb
commit 227738f362
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -132,9 +132,9 @@ Pi-KVM OS is based on Arch Linux ARM and contains all required packages and conf
[root@pikvm ~]# systemctl stop kvmd [root@pikvm ~]# systemctl stop kvmd
[root@pikvm ~]# cp -r /usr/share/kvmd/hid ~ [root@pikvm ~]# cp -r /usr/share/kvmd/hid ~
[root@pikvm ~]# cd ~/hid [root@pikvm ~]# cd ~/hid
[root@pikvm ~]# make [root@pikvm hid]# make
[root@pikvm ~]# make install [root@pikvm hid]# make install
[root@pikvm ~]# reboot [root@pikvm hid]# reboot
``` ```
9. Congratulations! Your Pi-KVM will be available via SSH (`ssh root@<addr>`) and HTTPS (try to open it in a browser at `https://<addr>`). For HTTPS a self-signed certificate is used by default. 9. Congratulations! Your Pi-KVM will be available via SSH (`ssh root@<addr>`) and HTTPS (try to open it in a browser at `https://<addr>`). For HTTPS a self-signed certificate is used by default.