From 622ed5335afb5f836993ba814f3b5f4dcfbefac1 Mon Sep 17 00:00:00 2001 From: Tinyu Date: Fri, 27 Mar 2026 08:23:18 +0000 Subject: [PATCH] docs: fix uninstall command in EIM guide --- docs/en/get-started/index.rst | 2 +- docs/zh_CN/get-started/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/get-started/index.rst b/docs/en/get-started/index.rst index 71edd94d28..ea30c026fe 100644 --- a/docs/en/get-started/index.rst +++ b/docs/en/get-started/index.rst @@ -319,7 +319,7 @@ To remove a specific ESP-IDF version, for example v5.4.2, run the following comm .. code-block:: bash - eim uninstall v5.4.2 + eim remove v5.4.2 To remove all ESP-IDF versions, run the following command in your terminal: diff --git a/docs/zh_CN/get-started/index.rst b/docs/zh_CN/get-started/index.rst index 396c4a769d..1e49259e7f 100644 --- a/docs/zh_CN/get-started/index.rst +++ b/docs/zh_CN/get-started/index.rst @@ -319,7 +319,7 @@ EIM 提供两种安装方式: .. code-block:: bash - eim uninstall v5.4.2 + eim remove v5.4.2 如需删除所有 ESP-IDF 版本,请在终端中运行以下命令: