From aeabc0c9a4b2fc3d1d460d7ff0c778b569ad95dd Mon Sep 17 00:00:00 2001 From: Jin Hai Date: Thu, 25 Apr 2024 14:00:48 +0800 Subject: [PATCH] Add disk requirements on the README (#535) ### What problem does this PR solve? Add disk requirements on the README ### Type of change - [x] Documentation Update Signed-off-by: Jin Hai --- README.md | 1 + README_ja.md | 1 + README_zh.md | 1 + 3 files changed, 3 insertions(+) diff --git a/README.md b/README.md index bc44db7a5..71f4d7054 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ - CPU >= 4 cores - RAM >= 16 GB +- Disk >= 50 GB - Docker >= 24.0.0 & Docker Compose >= v2.26.1 > If you have not installed Docker on your local machine (Windows, Mac, or Linux), see [Install Docker Engine](https://docs.docker.com/engine/install/). diff --git a/README_ja.md b/README_ja.md index 05c7885be..bf93d5477 100644 --- a/README_ja.md +++ b/README_ja.md @@ -75,6 +75,7 @@ - CPU >= 4 cores - RAM >= 16 GB +- Disk >= 50 GB - Docker >= 24.0.0 & Docker Compose >= v2.26.1 > ローカルマシン(Windows、Mac、または Linux)に Docker をインストールしていない場合は、[Docker Engine のインストール](https://docs.docker.com/engine/install/) を参照してください。 diff --git a/README_zh.md b/README_zh.md index 407c5c3d7..9035e4086 100644 --- a/README_zh.md +++ b/README_zh.md @@ -75,6 +75,7 @@ - CPU >= 4 核 - RAM >= 16 GB +- Disk >= 50 GB - Docker >= 24.0.0 & Docker Compose >= v2.26.1 > 如果你并没有在本机安装 Docker(Windows、Mac,或者 Linux), 可以参考文档 [Install Docker Engine](https://docs.docker.com/engine/install/) 自行安装。