mirror of
https://github.com/sipeed/NanoKVM-USB.git
synced 2026-09-10 21:49:56 -05:00
update README.md
This commit is contained in:
@@ -34,9 +34,9 @@ NanoKVM-USB captures HDMI video signals and transmits them to the host via USB 3
|
||||
|
||||

|
||||
|
||||
## 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
|
||||
|
||||
|
||||
@@ -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
24
desktop/README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user