SuperOne commited on
Commit
27e30a0
·
1 Parent(s): 8191450

doc: fix typo (#216)

Browse files

### What problem does this PR solve?


### Type of change


- [x] Documentation Update

Files changed (1) hide show
  1. README_zh.md +1 -1
README_zh.md CHANGED
@@ -100,7 +100,7 @@
100
 
101
  ```bash
102
  $ cd ragflow/docker
103
- $ docker compose up -f docker-compose-CN.yml -d
104
  ```
105
 
106
  > 核心镜像文件大约 15 GB,可能需要一定时间拉取。请耐心等待。
 
100
 
101
  ```bash
102
  $ cd ragflow/docker
103
+ $ docker compose -f docker-compose-CN.yml up -d
104
  ```
105
 
106
  > 核心镜像文件大约 15 GB,可能需要一定时间拉取。请耐心等待。