Update mac_install_summary_client.txt

This commit is contained in:
Jeff Tao 2025-02-10 18:09:03 -08:00 committed by GitHub
parent bdf398aa73
commit fde55da2ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,6 @@
TDengine client is installed successfully. Please open a terminal and execute the commands below:
To configure TDengine client, sudo vi /etc/taos/taos.cfg
To access TDengine command line interface, taos -h YouServerName
1: To configure TDengine client, sudo vi /etc/taos/taos.cfg
2: To get help information to run taos, taos --help
3: To connect to a TDengine server, taos -h YourServerName
4: To connect to TDengine Cloud, follow the instructions on the Tools - TDengine CLI page in your TDengine Cloud account.