更新说明

This commit is contained in:
mofeng-git
2024-11-16 06:09:48 +00:00
parent 69cb9ac950
commit 8a81996e52
2 changed files with 10 additions and 2 deletions

View File

@@ -47,6 +47,13 @@ One-KVM 是基于廉价计算机硬件和 [PiKVM]((https://github.com/pikvm/pikv
Docker 版本可以使用 OTG 或 CH9329 作为虚拟 HID ,支持 amd64、arm64、armv7 架构的 Linux 系统安装。
**脚本部署**
```bash
curl -sSL https://one-kvm.mofeng.run/quick_start.sh -o quick_start.sh && bash quick_start.sh
```
**手动部署**
如果使用 OTG 作为虚拟 HID可以使用如下部署命令
```bash