This is an automated email from the ASF dual-hosted git repository.
hxd pushed a commit to branch rel/0.11
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/rel/0.11 by this push:
new b10ee97 fix errors in the website
b10ee97 is described below
commit b10ee9717ab5855b9060dec2f8d3827d50db22e9
Author: xiangdong huang <[email protected]>
AuthorDate: Wed Dec 2 15:10:04 2020 +0800
fix errors in the website
---
docs/zh/UserGuide/Server/Download.md | 15 +--------------
1 file changed, 1 insertion(+), 14 deletions(-)
diff --git a/docs/zh/UserGuide/Server/Download.md
b/docs/zh/UserGuide/Server/Download.md
index eb72aa3..1c36fec 100644
--- a/docs/zh/UserGuide/Server/Download.md
+++ b/docs/zh/UserGuide/Server/Download.md
@@ -39,28 +39,15 @@ IoTDB为您提供了两种安装方式,您可以参考下面的建议,任选
## 从官网下载二进制可执行文件
-您可以从[http://iotdb.apache.org/Download/](http://iotdb.apache.org/Download/)上下载已经编译好的可执行程序iotdb-xxx.tar.gz或者iotdb-xxx.zip,该压缩包包含了IoTDB系统运行所需的所有必要组件。
+您可以从[http://iotdb.apache.org/Download/](http://iotdb.apache.org/Download/)上下载已经编译好的可执行程序iotdb-xxx.zip,该压缩包包含了IoTDB系统运行所需的所有必要组件。
-```
-NOTE:
-iotdb-<version>.tar.gz # For Linux or MacOS
-iotdb-<version>.zip # For Windows
-```
下载后,您可使用以下操作对IoTDB的压缩包进行解压:
-如果您使用的操作系统是Windows,则使用解压缩工具解压或使用如下解压命令:
-
```
Shell > uzip iotdb-<version>.zip
```
-如果您使用的操作系统是Linux或MacOS,则使用如下解压命令:
-
-```
-Shell > tar -zxf iotdb-<version>.tar.gz # For Linux or MacOS
-```
-
## 使用源码编译
您可以获取已发布的源码https://iotdb.apache.org/Download/,或者从git仓库获取https://github.com/apache/iotdb/tree/master