update README.md

This commit is contained in:
wj-xiao
2025-04-03 14:14:47 +08:00
parent df89990b47
commit 52dade82b1
3 changed files with 27 additions and 3 deletions

View File

@@ -34,9 +34,9 @@ NanoKVM-USB captures HDMI video signals and transmits them to the host via USB 3
![interface](https://wiki.sipeed.com/hardware/assets/NanoKVM/usb/interface.jpg)
## Releases
## Versions
We offer two versions of the application: **Browser** and **Desktop**. Both are available on the [Releases page](https://github.com/sipeed/NanoKVM-USB/releases).
We offer two versions of the application: [Browser](https://github.com/sipeed/NanoKVM-USB/tree/main/browser) and [Desktop](https://github.com/sipeed/NanoKVM-USB/tree/main/desktop). Both are available on the [Releases page](https://github.com/sipeed/NanoKVM-USB/releases).
### Browser Version

View File

@@ -7,7 +7,7 @@ Online website: [usbkvm.sipeed.com](https://usbkvm.sipeed.com).
## Development
```shell
cd web
cd browser
pnpm install
pnpm dev
```

24
desktop/README.md Normal file
View File

@@ -0,0 +1,24 @@
# NanoKVM-USB Desktop
This is the NanoKVM-USB desktop version project.
## Development
```shell
cd desktop
pnpm install
pnpm start
```
## Compile
```shell
# For Windows
pnpm build:win
# For MacOS
pnpm build:mac
# For Linux
pnpm build:linux
```