We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf20fa commit c3cd27cCopy full SHA for c3cd27c
README_zh.md
@@ -111,7 +111,7 @@
111
git clone https://github.com/import-ai/omnibox.git
112
cd omnibox
113
cp example.env .env
114
-bash scripts/compose.yaml up -d
+bash scripts/compose.sh up -d
115
```
116
117
### 本地开发
@@ -120,7 +120,7 @@ bash scripts/compose.yaml up -d
120
git clone --recurse-submodules https://github.com/import-ai/omnibox.git
121
122
123
-bash scripts/dev.yaml up -d --build
+bash scripts/dev.sh up -d --build
124
125
126
## 迭代计划
0 commit comments