feat: change package tar file name (#30442)
This commit is contained in:
parent
dba135fee9
commit
48e0fa7675
|
@ -54,7 +54,7 @@ You can now run Linux commands and access TDengine.
|
||||||
Note: Replace `<version>` with the version that you downloaded.
|
Note: Replace `<version>` with the version that you downloaded.
|
||||||
|
|
||||||
```bash
|
```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:
|
Decompress the file, open the directory created, and run the `install.sh` script:
|
||||||
|
|
|
@ -93,14 +93,14 @@ export PATH=$PATH:~/.local/bin
|
||||||
> 请将 `<version>` 替换为下载的安装包版本
|
> 请将 `<version>` 替换为下载的安装包版本
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
tar -zxvf TDengine-anode-<version>-Linux-x64.tar.gz
|
tar -zxvf TDengine-TDgpt-<version>-Linux-x64.tar.gz
|
||||||
```
|
```
|
||||||
|
|
||||||
3. 解压文件后,进入相应子目录,执行其中的 `install.sh` 安装脚本:
|
3. 解压文件后,进入相应子目录,执行其中的 `install.sh` 安装脚本:
|
||||||
请将 `<version>` 替换为下载的安装包版本
|
请将 `<version>` 替换为下载的安装包版本
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd TDengine-anode-<version>
|
cd TDengine-TDgpt-<version>
|
||||||
sudo ./install.sh
|
sudo ./install.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue