This is an automated email from the ASF dual-hosted git repository.
lidongdai pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler-website.git
The following commit(s) were added to refs/heads/master by this push:
new 7fec9a6 fix spell error (#277)
7fec9a6 is described below
commit 7fec9a697bf7cebd62147b91fb67adaed2f6ddbf
Author: dailidong <[email protected]>
AuthorDate: Wed Jan 20 16:02:53 2021 +0800
fix spell error (#277)
* update error metadata version
* add docker deployment doc in 1.3.4
* update description about docker
* update word "deploy" -> "deployment"
* fix error,use unzip
---
docs/en-us/1.3.4/user_doc/docker-deployment.md | 2 +-
docs/zh-cn/1.3.4/user_doc/docker-deployment.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en-us/1.3.4/user_doc/docker-deployment.md
b/docs/en-us/1.3.4/user_doc/docker-deployment.md
index 38dd906..9e78a6a 100644
--- a/docs/en-us/1.3.4/user_doc/docker-deployment.md
+++ b/docs/en-us/1.3.4/user_doc/docker-deployment.md
@@ -16,7 +16,7 @@ cd /opt/soft/dolphinscheduler;
wget
https://mirrors.tuna.tsinghua.edu.cn/apache/incubator/dolphinscheduler/1.3.4/apache-dolphinscheduler-incubating-1.3.4-src.zip
# unzip
-tar -zxvf apache-dolphinscheduler-incubating-1.3.4-src.zip
+unzip apache-dolphinscheduler-incubating-1.3.4-src.zip
mv apache-dolphinscheduler-incubating-1.3.4-src-release dolphinscheduler-src
```
diff --git a/docs/zh-cn/1.3.4/user_doc/docker-deployment.md
b/docs/zh-cn/1.3.4/user_doc/docker-deployment.md
index 35bc2e4..2ed02b3 100644
--- a/docs/zh-cn/1.3.4/user_doc/docker-deployment.md
+++ b/docs/zh-cn/1.3.4/user_doc/docker-deployment.md
@@ -17,7 +17,7 @@ cd /opt/soft/dolphinscheduler;
wget
https://mirrors.tuna.tsinghua.edu.cn/apache/incubator/dolphinscheduler/1.3.4/apache-dolphinscheduler-incubating-1.3.4-src.zip
# 解压缩
-tar -zxvf apache-dolphinscheduler-incubating-1.3.4-src.zip
+unzip apache-dolphinscheduler-incubating-1.3.4-src.zip
mv apache-dolphinscheduler-incubating-1.3.4-src-release dolphinscheduler-src
```