未验证 提交 2889d37a 编写于 作者: B Bo Ding 提交者: GitHub

docs: refine pkg download pages (#12050)

上级 035afc35
......@@ -10,9 +10,8 @@ TDengine 的安装非常简单,从下载到安装成功仅仅只要几秒钟
<PkgList type={0}/>
具体的安装方法,请参见[安装包的安装和卸载](/operation/pkg-install)。
下载其他组件、最新 Beta 版及之前版本的安装包,请点击[这里](https://www.taosdata.com/all-downloads)
请点击[这里](https://github.com/taosdata/TDengine/releases) 查看 Release Notes。
查看 Release Notes, 请点击[这里](https://github.com/taosdata/TDengine/releases)
import PkgList from "/components/PkgList";
1. 从[涛思官网](https://www.taosdata.com/cn/all-downloads/)下载:
1. 下载客户端安装包
<PkgList type={1} sys="Linux" />
[所有下载](https://www.taosdata.com/cn/all-downloads/)
2. 解压缩软件包
将软件包放置在当前用户可读写的任意目录下,然后执行下面的命令:`tar -xzvf TDengine-client-VERSION.tar.gz`
......
import PkgList from "/components/PkgList";
1. 从[涛思官网](https://www.taosdata.com/cn/all-downloads/)下载
1. 下载客户端安装包
<PkgList type={1} sys="Windows" />
[所有下载](https://www.taosdata.com/cn/all-downloads/)
2. 执行安装程序,按提示选择默认值,完成安装
3. 安装路径
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册