Skip to content

Commit eee89c9

Browse files
committed
Signed-off-by: enkilee <jeffrey0122@163.com>
fix path error
1 parent c5c8360 commit eee89c9

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

src/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,19 +172,19 @@ Navigate to the `sbin` directory of IoTDB and start the DataNode:
172172

173173
```Bash
174174
# Unix/OS X
175-
./sbin/start-datanode.sh -d # The "-d" flag starts the process in the background.
175+
./start-datanode.sh -d # The "-d" flag starts the process in the background.
176176
177177
# Windows
178178
# Before version V2.0.4.x
179-
.\sbin\start-datanode.bat
179+
.\start-datanode.bat
180180
181181
# V2.0.4.x and later versions
182-
.\sbin\windows\start-datanode.bat
182+
.\windows\start-datanode.bat
183183
```
184184

185185
### 2.6 Start CLI
186186

187-
Enter the IoTDB CLI.
187+
Navigate to the `sbin` directory of IoTDB and start the IoTDB CLI.
188188

189189
```SQL
190190
# For Linux or macOS

src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,18 +154,18 @@ DataNode 配置
154154

155155
```shell
156156
# Unix/OS X
157-
./sbin/start-datanode.sh -d #“-d”参数将在后台进行启动
157+
./start-datanode.sh -d #“-d”参数将在后台进行启动
158158
159159
# Windows
160160
# V2.0.4.x 版本之前
161-
.\sbin\start-datanode.bat
161+
.\start-datanode.bat
162162
163163
# V2.0.4.x 版本及之后
164-
.\sbin\windows\start-datanode.bat
164+
.\windows\start-datanode.bat
165165
```
166166
### 2.6 启动 CLI
167167

168-
表模型 CLI 进入命令
168+
进入iotdb的sbin目录下,启动表模型 CLI :
169169

170170
```SQL
171171
# Linux或MACOS系统

0 commit comments

Comments
 (0)