From 807cf3bfe985f55d030294eb1d4d2a4b8909f8fa Mon Sep 17 00:00:00 2001 From: wj-xiao Date: Thu, 4 Dec 2025 15:09:04 +0800 Subject: [PATCH] chore: update browser version README --- browser/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/browser/README.md b/browser/README.md index 99d48cc..6f460e1 100644 --- a/browser/README.md +++ b/browser/README.md @@ -18,3 +18,13 @@ pnpm dev 2. Execute `npm install -g http-server` to install http-server. 3. Execute `http-server -p 8080 -a localhost` to run the service. 4. Open the Chrome browser and visit `http://localhost:8080`. + +### Deploy in Docker + +```shell +git clone https://github.com/sipeed/NanoKVM-USB.git +cd NanoKVM-USB +docker-compose up -d +``` + +Then visit `http://localhost:9000` in your browser.