From b4abbe5d933420f2538d93b8a8e69db4fe84d1e6 Mon Sep 17 00:00:00 2001 From: ooo oo <106524776+ooooo-create@users.noreply.github.com> Date: Sat, 6 Apr 2024 19:43:14 +0800 Subject: [PATCH] docs: fix a bash command (#235) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_zh.md b/README_zh.md index 0f9960f..4dcc5cd 100644 --- a/README_zh.md +++ b/README_zh.md @@ -153,7 +153,7 @@ > 所有系统配置é˝éś€č¦é€ščż‡çł»ç»źé‡ŤĺŻç”źć•: > > ```bash -> $ docker compose up -f docker-compose-CN.yml -d +> $ docker compose -f docker-compose-CN.yml up -d > ``` ## 🛠️ ćşç 编译ă€ĺ®‰čŁ… Docker é•śĺŹ -- GitLab