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 5e392a232b4 docs: update build cli documentation in README (#11385)
5e392a232b4 is described below
commit 5e392a232b4596fd9906416f68c39283edbfcc4a
Author: chunshao.rcs <[email protected]>
AuthorDate: Wed Oct 25 18:13:26 2023 +0800
docs: update build cli documentation in README (#11385)
---
README.md | 2 +-
README_ZH.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 18c717738cd..29f3d968108 100644
--- a/README.md
+++ b/README.md
@@ -279,7 +279,7 @@ After being built, the IoTDB distribution is located at the
folder: "distributio
### Only build cli
-Under the root path of iotdb:
+Under the iotdb/iotdb-client path:
```
> mvn clean package -pl cli -am -DskipTests
diff --git a/README_ZH.md b/README_ZH.md
index 76f31f9bebe..45da73d0be1 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -159,7 +159,7 @@ git checkout rel/x.x
### 只编译 cli
-在 iotdb 根目录下执行:
+在 iotdb/iotdb-client 目录下执行:
```
> mvn clean package -pl cli -am -DskipTests