ooo oo
commited on
Commit
ยท
1356753
1
Parent(s):
5038754
docs: fix a bash command (#235)
Browse files### What problem does this PR solve?
use `docker compose up -f docker-compose-CN.yml -d`
will cause

update to `docker compose -f docker-compose-CN.yaml up -d`
### Type of change
- [x] Documentation Update
- README_zh.md +1 -1
README_zh.md
CHANGED
@@ -153,7 +153,7 @@
|
|
153 |
> ๆๆ็ณป็ป้
็ฝฎ้ฝ้่ฆ้่ฟ็ณป็ป้ๅฏ็ๆ๏ผ
|
154 |
>
|
155 |
> ```bash
|
156 |
-
> $ docker compose
|
157 |
> ```
|
158 |
|
159 |
## ๐ ๏ธ ๆบ็ ็ผ่ฏใๅฎ่ฃ
Docker ้ๅ
|
|
|
153 |
> ๆๆ็ณป็ป้
็ฝฎ้ฝ้่ฆ้่ฟ็ณป็ป้ๅฏ็ๆ๏ผ
|
154 |
>
|
155 |
> ```bash
|
156 |
+
> $ docker compose -f docker-compose-CN.yml up -d
|
157 |
> ```
|
158 |
|
159 |
## ๐ ๏ธ ๆบ็ ็ผ่ฏใๅฎ่ฃ
Docker ้ๅ
|