From fde55da2eff29837de7ddc472e069894e48617f5 Mon Sep 17 00:00:00 2001 From: Jeff Tao Date: Mon, 10 Feb 2025 18:09:03 -0800 Subject: [PATCH] Update mac_install_summary_client.txt --- packaging/tools/mac_install_summary_client.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packaging/tools/mac_install_summary_client.txt b/packaging/tools/mac_install_summary_client.txt index f49703c555..e70ef55e1b 100644 --- a/packaging/tools/mac_install_summary_client.txt +++ b/packaging/tools/mac_install_summary_client.txt @@ -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 \ No newline at end of file +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.