From 432ed39486da6d861d12b2877f94747accff6070 Mon Sep 17 00:00:00 2001 From: xieyinglin Date: Fri, 27 Dec 2019 16:30:55 +0800 Subject: [PATCH] edit readme --- importSampleData/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/importSampleData/README.md b/importSampleData/README.md index 10fcfd3652..f97a31bc31 100644 --- a/importSampleData/README.md +++ b/importSampleData/README.md @@ -8,7 +8,7 @@ ### 下载可执行文件 -由于该工具使用 go 语言开发,为了方便使用,项目中已经提供了编译好的可执行文件 `bin/timport`。通过 `git clone https://github.com/taosdata/TDengine.git` 命令或者直接下载 `ZIP` 文件解压进入样例导入程序目录 `cd importSampleData`,执行 `bin/taosimport`。 +由于该工具使用 go 语言开发,为了方便使用,项目中已经提供了编译好的可执行文件 `bin/taosimport`。通过 `git clone https://github.com/taosdata/TDengine.git` 命令或者直接下载 `ZIP` 文件解压进入样例导入程序目录 `cd importSampleData`,执行 `bin/taosimport`。 ### go 源码编译 -- GitLab