From ba441b4be14ee8cc5c100e9b5e2fd778e29e4add Mon Sep 17 00:00:00 2001 From: lixiang Date: Wed, 9 Oct 2024 09:48:57 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/README.md | 2 +- docs/portingProcedure.en.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 36353bc..0e76d06 100644 --- a/docs/README.md +++ b/docs/README.md @@ -181,7 +181,7 @@ VScode可以使用ssh的方式,连接到WSL。其需要在WSL中下载一个 ## VScode连接openEuler失败 -如果您使用VScode 连接openEUler报错,出现了下图所示的报错,那么您需要在openEulelr中安装tar,才能让VScode连接成功。 +如果您使用VScode连接openEuler报错,出现了下图所示的报错,那么您需要在openEuler中安装tar,才能让VScode连接成功。 请使用命令行启动openEuler,然后运行下列命令来安装tar包。 diff --git a/docs/portingProcedure.en.md b/docs/portingProcedure.en.md index 9903f25..229f251 100644 --- a/docs/portingProcedure.en.md +++ b/docs/portingProcedure.en.md @@ -67,7 +67,7 @@ Please note that I have made the following changes to the official image: ```dockerfile COPY README README.en /root/ -RUN dnf in shadow passwd sudo tar -y +RUN dnf install shadow passwd sudo tar -y RUN sed -i '/TMOUT=300/d' /etc/bashrc ``` Several packages have been installed and the TMOUT configuration has been cancelled. See details in [docs](./docker/README) -- Gitee From ece334f02324376592217436422a394652fb4a36 Mon Sep 17 00:00:00 2001 From: lixiang Date: Thu, 10 Oct 2024 17:32:28 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/portingProcedure.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/portingProcedure.en.md b/docs/portingProcedure.en.md index 229f251..9903f25 100644 --- a/docs/portingProcedure.en.md +++ b/docs/portingProcedure.en.md @@ -67,7 +67,7 @@ Please note that I have made the following changes to the official image: ```dockerfile COPY README README.en /root/ -RUN dnf install shadow passwd sudo tar -y +RUN dnf in shadow passwd sudo tar -y RUN sed -i '/TMOUT=300/d' /etc/bashrc ``` Several packages have been installed and the TMOUT configuration has been cancelled. See details in [docs](./docker/README) -- Gitee