This is an automated email from the ASF dual-hosted git repository.
zykkk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 5468d1fa69 [typo](docs)fix get start doc download and Decompress
(#20558)
5468d1fa69 is described below
commit 5468d1fa6996b1b4a04c95ddfef3b6386f2961ed
Author: hufengkai <[email protected]>
AuthorDate: Thu Jun 8 22:20:11 2023 +0800
[typo](docs)fix get start doc download and Decompress (#20558)
---
docs/en/docs/get-starting/get-starting.md | 4 ++--
docs/zh-CN/docs/get-starting/get-starting.md | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/en/docs/get-starting/get-starting.md
b/docs/en/docs/get-starting/get-starting.md
index 8d4c129634..05f721eebb 100644
--- a/docs/en/docs/get-starting/get-starting.md
+++ b/docs/en/docs/get-starting/get-starting.md
@@ -37,10 +37,10 @@ Doris runs on a Linux environment, CentOS 7.x or Ubuntu
16.04 or higher is recom
java -version
```
-Next, [download the latest binary version of
Doris](https://doris.apache.org/zh-CN/download) and unzip it.
+Next, [download the latest binary version of
Doris](https://doris.apache.org/download) and unzip it.
```
-tar zxf apache-doris-x.x.x.tar.gz
+tar xf apache-doris-x.x.x.tar.xz
```
## Configure Doris
diff --git a/docs/zh-CN/docs/get-starting/get-starting.md
b/docs/zh-CN/docs/get-starting/get-starting.md
index db0f7e3237..8df83dab60 100644
--- a/docs/zh-CN/docs/get-starting/get-starting.md
+++ b/docs/zh-CN/docs/get-starting/get-starting.md
@@ -40,7 +40,7 @@ java -version
接下来,[下载 Doris 的最新二进制版本](https://doris.apache.org/zh-CN/download),然后解压。
```
-tar zxf apache-doris-x.x.x.tar.gz
+tar xf apache-doris-x.x.x.tar.xz
```
## 配置 Doris
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]