Skip to content

Commit c24f65e

Browse files
committed
feature: 优化本地部署命令
1 parent 88964ca commit c24f65e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README-zh.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ make install-mineru
7070
```
7171

7272
### 部署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`
73+
```bash
74+
make install-deer-flow
75+
```
7676

7777
### 本地开发部署
7878
本地代码修改后,请执行以下命令构建镜像并使用本地镜像部署
7979
```bash
8080
make build
81-
make install REGISTRY=""
81+
make install dev=true
8282
```
8383

8484
## 🤝 贡献指南

0 commit comments

Comments
 (0)