docs: 修改readme

This commit is contained in:
gitea_admin
2025-10-10 03:51:59 +00:00
parent a8cc01d9b9
commit 00a80cdaac

View File

@@ -18,7 +18,7 @@
3. 启动开发服务器:
```bash
uv run uvicorn app.main:app --reload
uv run uvicorn app.main:app --reload --host 0.0.0.0
```
### 使用pip