未验证 提交 c116ecb9 编写于 作者: sangshuduo's avatar sangshuduo 提交者: GitHub

docs: fix code block of cli doc (#13515)

* docs: describe how tdengine cli connect to cloud.

* docs: fix install link mistake

* docs: fix install client driver link

* docs: refine 07-tools/01-cli.md

* docs: refine 07-tools/01-cli.md

* docs: fix code block
上级 68d14d85
......@@ -14,8 +14,10 @@ If executed on the TDengine server-side, there is no need for additional install
Run this command in your Linux terminal or Mac terminal to save your URL and token as variables:
```
export TDENGINE_CLOUD_URL=<URL>
export TDENGINE_CLOUD_TOKEN=<token>
```
## Connect (Linux or Mac)
......@@ -25,8 +27,10 @@ To access the TDengine Cloud, you can execute `taos -R -h $TDENGINE_CLOUD_URL -t
Run this command in your Windows terminal to save your URL and token as variables:
```
set TDENGINE_CLOUD_URL=<URL>
set TDENGINE_CLOUD_TOKEN=<token>
```
## Connect (Windows, WIP, coming soon)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册