From 9dce886c8d27725c9921e4e0c1c53c39ba8d031d Mon Sep 17 00:00:00 2001 From: linbangquan <1437892690@qq.com> Date: Thu, 8 Jun 2023 10:06:34 +0000 Subject: [PATCH] update QUICK_START.en.md. Signed-off-by: linbangquan <1437892690@qq.com> --- QUICK_START.en.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/QUICK_START.en.md b/QUICK_START.en.md index 424f6c4..7a92e6b 100644 --- a/QUICK_START.en.md +++ b/QUICK_START.en.md @@ -1,5 +1,7 @@ [中文](QUICK_START.md) / English # Project Deployment Tutorial +> :tw-2705: Currently only verified by **Centos7** .
+> :tw-274c: Centos8/9 is still being verified and will be updated after verification ## Docker environment inspection Check the Docker version (return version information indicating that the Docker is installed) ``` -- Gitee