docs(skill): 修复文档中后台启动命令错误

This commit is contained in:
zstar 2025-06-20 20:02:46 +08:00
parent cecbb8d7e4
commit 84df2adf56
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ pip install -r requirements.txt
启动后端 启动后端
```bash ```bash
python -m api.ragflow_server python app.py
``` ```
前端安装依赖 前端安装依赖