You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/07/21 01:29:07 UTC

[iotdb] branch master updated: Update README_ZH.md (#6738)

This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 62a80790a1 Update README_ZH.md (#6738)
62a80790a1 is described below

commit 62a80790a14778da958d8daaafd00af2e317386c
Author: 于显野 <14...@qq.com>
AuthorDate: Thu Jul 21 09:29:02 2022 +0800

    Update README_ZH.md (#6738)
    
    Modify the description of a clerical mistake in Chinese
---
 README_ZH.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README_ZH.md b/README_ZH.md
index de98411dd7..9ef774f3ed 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -124,7 +124,7 @@ IoTDB提供了三种安装方法,您可以参考以下建议,选择最适合
 同时我们预先编译了一个Thrift编译器,并将其上传到了GitHub ,借助一个Maven插件,在编译时可以自动将其下载。
 该预编译的Thrift编译器在gcc8,Ubuntu, CentOS, MacOS下可以工作,但是在更低的gcc
 版本以及其他操作系统上尚未确认。
-如果您发现因为网络问题总是提示下载不到thrift文件,那么您需要手动下载,并并将编译器放置到目录`{project_root}\thrift\target\tools\thrift_0.12.0_0.13.0_linux.exe`。
+如果您发现因为网络问题总是提示下载不到thrift文件,那么您需要手动下载,并将编译器放置到目录`{project_root}\thrift\target\tools\thrift_0.12.0_0.13.0_linux.exe`。
 如果您放到其他地方,就需要在运行maven的命令中添加:`-Dthrift.download-url=http://apache.org/licenses/LICENSE-2.0.txt -Dthrift.exec.absolute.path=<你的thrift可执行文件路径>`。
 
 如果您对Maven足够熟悉,您也可以直接修改我们的根pom文件来避免每次编译都使用上述参数。