Skip to content

Commit c3cd27c

Browse files
committed
chore(doc): Update README_zh
1 parent caf20fa commit c3cd27c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README_zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
git clone https://github.com/import-ai/omnibox.git
112112
cd omnibox
113113
cp example.env .env
114-
bash scripts/compose.yaml up -d
114+
bash scripts/compose.sh up -d
115115
```
116116

117117
### 本地开发
@@ -120,7 +120,7 @@ bash scripts/compose.yaml up -d
120120
git clone --recurse-submodules https://github.com/import-ai/omnibox.git
121121
cd omnibox
122122
cp example.env .env
123-
bash scripts/dev.yaml up -d --build
123+
bash scripts/dev.sh up -d --build
124124
```
125125

126126
## 迭代计划

0 commit comments

Comments
 (0)