Skip to content

Commit e0a9417

Browse files
Su1024tiezhu
authored andcommitted
fix doc
fix doc (cherry picked from commit 9ef4398)
1 parent a733908 commit e0a9417

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/quickstart.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ sh build/build.sh
2626

2727
```bash
2828
## windows平台
29-
./install_jars.bat
29+
./$FLINKX_HOME/bin/install_jars.bat
3030

3131
## unix平台
32-
./install_jars.sh
32+
./$FLINKX_HOME/bin/install_jars.sh
3333
```
3434

3535
## 运行任务
@@ -164,7 +164,7 @@ from source;
164164
bin/flinkx \
165165
-mode local \
166166
-jobType sync \
167-
-job flinkx-local-test/src/main/demo/json/stream/stream.json \
167+
-job flinkx-examples/json/stream/stream.json \
168168
-flinkxDistDir flinkx-dist
169169
```
170170

@@ -181,7 +181,7 @@ rest.bind-port: 8888
181181
bin/flinkx \
182182
-mode local \
183183
-jobType sync \
184-
-job flinkx-local-test/src/main/demo/json/stream/stream.json \
184+
-job flinkx-examples/json/stream/stream.json \
185185
-flinkxDistDir flinkx-dist
186186
```
187187

0 commit comments

Comments
 (0)