From aae84f6c64f447a7f67541d6842715a46c974248 Mon Sep 17 00:00:00 2001 From: Lemon Date: Wed, 3 Apr 2024 14:32:51 +0800 Subject: [PATCH] doc: fix typo (#216) ### What problem does this PR solve? ### 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 340de2c6b..0454657d5 100644 --- a/README_zh.md +++ b/README_zh.md @@ -100,7 +100,7 @@ ```bash $ cd ragflow/docker - $ docker compose up -f docker-compose-CN.yml -d + $ docker compose -f docker-compose-CN.yml up -d ``` > 核心镜像文件大约 15 GB,可能需要一定时间拉取。请耐心等待。