From 774563970b866fc3d886a657b269c190960faa27 Mon Sep 17 00:00:00 2001 From: Billy Bao Date: Thu, 13 Nov 2025 09:50:47 +0800 Subject: [PATCH] Fix: update readme (#11212) ### What problem does this PR solve? Continue update readme #11167 ### Type of change - [x] Documentation Update --- README.md | 5 +++-- README_id.md | 1 + README_ja.md | 1 + README_ko.md | 1 + README_pt_br.md | 1 + README_tzh.md | 1 + README_zh.md | 1 + 7 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 299bd67fd..297595c58 100644 --- a/README.md +++ b/README.md @@ -192,9 +192,10 @@ releases! 🌟 ```bash $ cd ragflow/docker - + # Optional: use a stable tag (see releases: https://github.com/infiniflow/ragflow/releases), e.g.: git checkout v0.22.0 - + # This steps ensures the **entrypoint.sh** file in the code matches the Docker image version. + # Use CPU for DeepDoc tasks: $ docker compose -f docker-compose.yml up -d diff --git a/README_id.md b/README_id.md index c9017ddd1..b5230c8bc 100644 --- a/README_id.md +++ b/README_id.md @@ -192,6 +192,7 @@ Coba demo kami di [https://demo.ragflow.io](https://demo.ragflow.io). $ cd ragflow/docker # Opsional: gunakan tag stabil (lihat releases: https://github.com/infiniflow/ragflow/releases), contoh: git checkout v0.22.0 + # This steps ensures the **entrypoint.sh** file in the code matches the Docker image version. # Use CPU for DeepDoc tasks: $ docker compose -f docker-compose.yml up -d diff --git a/README_ja.md b/README_ja.md index 24bce0874..96dc661e3 100644 --- a/README_ja.md +++ b/README_ja.md @@ -172,6 +172,7 @@ $ cd ragflow/docker # 任意: 安定版タグを利用 (一覧: https://github.com/infiniflow/ragflow/releases) 例: git checkout v0.22.0 + # この手順は、コード内の entrypoint.sh ファイルが Docker イメージのバージョンと一致していることを確認します。 # Use CPU for DeepDoc tasks: $ docker compose -f docker-compose.yml up -d diff --git a/README_ko.md b/README_ko.md index bd5acf82d..51f4169ff 100644 --- a/README_ko.md +++ b/README_ko.md @@ -174,6 +174,7 @@ $ cd ragflow/docker # Optional: use a stable tag (see releases: https://github.com/infiniflow/ragflow/releases), e.g.: git checkout v0.22.0 + # 이 단계는 코드의 entrypoint.sh 파일이 Docker 이미지 버전과 일치하도록 보장합니다. # Use CPU for DeepDoc tasks: $ docker compose -f docker-compose.yml up -d diff --git a/README_pt_br.md b/README_pt_br.md index 0769ea5e5..5d4d39e5e 100644 --- a/README_pt_br.md +++ b/README_pt_br.md @@ -192,6 +192,7 @@ Experimente nossa demo em [https://demo.ragflow.io](https://demo.ragflow.io). $ cd ragflow/docker # Opcional: use uma tag estável (veja releases: https://github.com/infiniflow/ragflow/releases), ex.: git checkout v0.22.0 + # Esta etapa garante que o arquivo entrypoint.sh no código corresponda à versão da imagem do Docker. # Use CPU for DeepDoc tasks: $ docker compose -f docker-compose.yml up -d diff --git a/README_tzh.md b/README_tzh.md index a78896453..57f2e8196 100644 --- a/README_tzh.md +++ b/README_tzh.md @@ -191,6 +191,7 @@ $ cd ragflow/docker # 可選:使用穩定版標籤(查看發佈:https://github.com/infiniflow/ragflow/releases),例:git checkout v0.22.0 + # 此步驟確保程式碼中的 entrypoint.sh 檔案與 Docker 映像版本一致。 # Use CPU for DeepDoc tasks: $ docker compose -f docker-compose.yml up -d diff --git a/README_zh.md b/README_zh.md index c70073a3e..91004f549 100644 --- a/README_zh.md +++ b/README_zh.md @@ -192,6 +192,7 @@ $ cd ragflow/docker # 可选:使用稳定版本标签(查看发布:https://github.com/infiniflow/ragflow/releases),例如:git checkout v0.22.0 + # 这一步确保代码中的 entrypoint.sh 文件与 Docker 镜像的版本保持一致。 # Use CPU for DeepDoc tasks: $ docker compose -f docker-compose.yml up -d