From 94558f372852fd8500046493ff9d51e147acfb96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=96=9B=E6=96=87=E7=8F=8D?= <1521036910@qq.com> Date: Mon, 3 Apr 2023 01:34:54 +0000 Subject: [PATCH] =?UTF-8?q?A-Tune/installation-and-deployment.md=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9openEuler=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 薛文珍 <1521036910@qq.com> --- docs/en/docs/A-Tune/installation-and-deployment.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/docs/A-Tune/installation-and-deployment.md b/docs/en/docs/A-Tune/installation-and-deployment.md index bc3bc6d80..808cb9db5 100644 --- a/docs/en/docs/A-Tune/installation-and-deployment.md +++ b/docs/en/docs/A-Tune/installation-and-deployment.md @@ -28,11 +28,11 @@ This chapter describes how to install and deploy A-Tune. ### Software Requirement -- OS: openEuler 22.03 +- OS: openEuler 23.03 ## Environment Preparation -For details about installing an openEuler OS, see the _openEuler 22.03 Installation Guide_. +For details about installing an openEuler OS, see the _openEuler 23.03 Installation Guide_. ## A-Tune Installation @@ -67,7 +67,7 @@ To install the A-Tune, perform the following steps: 1. Mount an openEuler ISO image. ``` - # mount openEuler-22.03-LTS-everything-x86_64-dvd.iso /mnt + # mount openEuler-23.03-LTS-everything-x86_64-dvd.iso /mnt ``` > Use the **everything** ISO image. -- Gitee