doc: update README

This commit is contained in:
Junyan Qin
2025-11-16 20:00:43 +08:00
parent e642ffa5b3
commit 6ac4dbc011
4 changed files with 22 additions and 20 deletions

View File

@@ -27,6 +27,16 @@ LangBot 是一個開源的大語言模型原生即時通訊機器人開發平台
## 📦 開始使用
#### 快速部署
使用 `uvx` 一鍵啟動(無需安裝):
```bash
uvx langbot
```
訪問 http://localhost:5300 即可開始使用。
#### Docker Compose 部署
```bash