docs(skill): 修复文档中后台启动命令错误
This commit is contained in:
parent
cecbb8d7e4
commit
84df2adf56
|
@ -83,7 +83,7 @@ pip install -r requirements.txt
|
|||
|
||||
启动后端
|
||||
```bash
|
||||
python -m api.ragflow_server
|
||||
python app.py
|
||||
```
|
||||
|
||||
前端安装依赖
|
||||
|
|
Loading…
Reference in New Issue