diff --git a/docs/en/13-operation/01-pkg-install.md b/docs/en/13-operation/01-pkg-install.md
index 1ba016428e..86823e2824 100644
--- a/docs/en/13-operation/01-pkg-install.md
+++ b/docs/en/13-operation/01-pkg-install.md
@@ -111,8 +111,20 @@ taos tools is uninstalled successfully!
```
+
Run C:\TDengine\unins000.exe to uninstall TDengine on a Windows system.
+
+
+
+
+TDengine can be uninstalled as below:
+
+```
+$ rmtaos
+TDengine is removed successfully!
+```
+
diff --git a/docs/zh/17-operation/01-pkg-install.md b/docs/zh/17-operation/01-pkg-install.md
index 6d93c1697b..9a225866f5 100644
--- a/docs/zh/17-operation/01-pkg-install.md
+++ b/docs/zh/17-operation/01-pkg-install.md
@@ -143,6 +143,16 @@ taos tools is uninstalled successfully!
在 C:\TDengine 目录下,通过运行 unins000.exe 卸载程序来卸载 TDengine。
+
+
+
+卸载 TDengine 命令如下:
+
+```
+$ rmtaos
+TDengine is removed successfully!
+```
+