This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git
The following commit(s) were added to refs/heads/master by this push:
new 8fe192f fix dev doc Typo (#435)
8fe192f is described below
commit 8fe192fe704aa82084d56771fc6361955012f317
Author: Kirs <[email protected]>
AuthorDate: Tue Sep 14 15:14:07 2021 +0800
fix dev doc Typo (#435)
* dev quick start
* dev quick start
* Revert "dev quick start"
This reverts commit ed524782
* Revert "dev quick start"
This reverts commit ed524782
---
docs/zh-cn/dev/user_doc/dev_quick_start.md | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/docs/zh-cn/dev/user_doc/dev_quick_start.md
b/docs/zh-cn/dev/user_doc/dev_quick_start.md
index ff3a60a..79f954d 100644
--- a/docs/zh-cn/dev/user_doc/dev_quick_start.md
+++ b/docs/zh-cn/dev/user_doc/dev_quick_start.md
@@ -3,15 +3,15 @@
如需测试插件,可自行修改StandaloneServer中plugin.bind,亦或修改配置文件。具体请查看插件说明。
#### 1.下载源码
- GitHub :https://github.com/apache/dolphinscheduler
+GitHub :https://github.com/apache/dolphinscheduler
- ```shell
- mkdir dolphinscheduler
- cd dolphinscheduler
- git clone [email protected]:apache/dolphinscheduler.git
- ```
+```shell
+mkdir dolphinscheduler
+cd dolphinscheduler
+git clone [email protected]:apache/dolphinscheduler.git
+```
+这里选用 dev 分支。
- 这里选用 dev 分支。
#### 2: 启动后端
```
mvn install -DskipTests