diff --git a/docs-en/07-tools/01-cli.md b/docs-en/07-tools/01-cli.md index 3fe6cb7d9f9d5d9e06174f57e48473281459ccd6..0ad859994a7ef172a57b4cb35f5d5c4850b8615c 100644 --- a/docs-en/07-tools/01-cli.md +++ b/docs-en/07-tools/01-cli.md @@ -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= export TDENGINE_CLOUD_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= set TDENGINE_CLOUD_TOKEN= +``` ## Connect (Windows, WIP, coming soon)