feat: change package tar file name (#30442)

This commit is contained in:
huohong 2025-03-25 14:35:19 +08:00 committed by GitHub
parent dba135fee9
commit 48e0fa7675
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,7 @@ You can now run Linux commands and access TDengine.
Note: Replace `<version>` with the version that you downloaded.
```bash
tar -zxvf TDengine-anode-<version>-Linux-x64.tar.gz
tar -zxvf TDengine-TDgpt-<version>-Linux-x64.tar.gz
```
Decompress the file, open the directory created, and run the `install.sh` script:

View File

@ -93,14 +93,14 @@ export PATH=$PATH:~/.local/bin
> 请将 `<version>` 替换为下载的安装包版本
```bash
tar -zxvf TDengine-anode-<version>-Linux-x64.tar.gz
tar -zxvf TDengine-TDgpt-<version>-Linux-x64.tar.gz
```
3. 解压文件后,进入相应子目录,执行其中的 `install.sh` 安装脚本:
请将 `<version>` 替换为下载的安装包版本
```bash
cd TDengine-anode-<version>
cd TDengine-TDgpt-<version>
sudo ./install.sh
```