We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88964ca commit c24f65eCopy full SHA for c24f65e
1 file changed
README-zh.md
@@ -70,15 +70,15 @@ make install-mineru
70
```
71
72
### 部署DeerFlow服务
73
-1. 修改runtime/deer-flow/.env.example,添加SEARCH_API_KEY和EMBEDDING模型配置
74
-2. 修改runtime/deer-flow/.conf.yaml.example,添加基础模型服务配置
75
-3. 执行`make install-deer-flow`
+```bash
+make install-deer-flow
+```
76
77
### 本地开发部署
78
本地代码修改后,请执行以下命令构建镜像并使用本地镜像部署
79
```bash
80
make build
81
-make install REGISTRY=""
+make install dev=true
82
83
84
## 🤝 贡献指南
0 commit comments