Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
1.使用git工具把项目clone到本地

```
git clone https://github.com/DTStack/flinkx.git
cd flinkx
git clone https://github.com/DTStack/chunjun.git
cd chunjun
```

## 编译插件
在flinkx home目录下执行
在chunjun home目录下执行

```bash
mvn clean package -DskipTests
Expand Down