You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2022/12/03 13:32:14 UTC

[iotdb] branch fix_readme created (now 329ad34d20)

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

qiaojialin pushed a change to branch fix_readme
in repository https://gitbox.apache.org/repos/asf/iotdb.git


      at 329ad34d20 fix reame

This branch includes the following new commits:

     new 329ad34d20 fix reame

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iotdb] 01/01: fix reame

Posted by qi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 329ad34d20ce565fe7ea2f0fe2ae2ef16b26c75e
Author: qiaojialin <64...@qq.com>
AuthorDate: Sat Dec 3 21:31:58 2022 +0800

    fix reame
---
 README.md    | 12 +++---------
 README_ZH.md | 10 +++-------
 2 files changed, 6 insertions(+), 16 deletions(-)

diff --git a/README.md b/README.md
index 1139260a2d..9ebf5bd2c3 100644
--- a/README.md
+++ b/README.md
@@ -190,22 +190,16 @@ You can go through the following steps to test the installation. If there is no
 
 ### Start IoTDB
 
-Users can start IoTDB by the start-server script under the sbin folder.
+Users can start 1C1D IoTDB by the start-standalone script under the sbin folder.
 
 ```
 # Unix/OS X
-> nohup sbin/start-server.sh >/dev/null 2>&1 &
-or
-> nohup sbin/start-server.sh -c <conf_path> >/dev/null 2>&1 &
+> sbin/start-standalone.sh
 
 # Windows
-> sbin\start-server.bat -c <conf_path>
+> sbin\start-standalone.bat
 ```
 
-- "-c" is optional.
-- option "-c" specifies the system configuration file directory.
-
-
 ### Use IoTDB
 
 #### Use Cli
diff --git a/README_ZH.md b/README_ZH.md
index 00e888bf5e..2f68611723 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -175,19 +175,15 @@ git checkout vx.x.x
 
 ### 启动 IoTDB
 
-可以通过运行 sbin 文件夹下的 start-server 脚本启动 IoTDB。
+可以通过运行 sbin 文件夹下的 start-standalone 脚本启动 1C1D IoTDB。
 
 ```
 # Unix/OS X
-> nohup sbin/start-server.sh >/dev/null 2>&1 &
-or
-> nohup sbin/start-server.sh -c <conf_path> >/dev/null 2>&1 &
+> sbin/start-standalone.sh
 
 # Windows
-> sbin\start-server.bat -c <conf_path>
+> sbin\start-standalone.bat
 ```
-- "-c"是可选的。
-- 选项 "-c" 指定了配置文件所在的文件夹。
 
 ### 使用 IoTDB