diff --git a/packaging/tools/TDengine.pkgproj b/packaging/tools/TDengine.pkgproj
index 7aaac62735..3171d80d71 100644
--- a/packaging/tools/TDengine.pkgproj
+++ b/packaging/tools/TDengine.pkgproj
@@ -663,7 +663,19 @@
SUMMARY
LOCALIZATIONS
-
+
+
+ LANGUAGE
+ English
+ VALUE
+
+ PATH
+ /opt/taos/TDengine/packaging/tools/mac_install_summary.txt
+ PATH_TYPE
+ 0
+
+
+
TITLE
diff --git a/packaging/tools/mac_install_summary.txt b/packaging/tools/mac_install_summary.txt
new file mode 100644
index 0000000000..d13f1c280b
--- /dev/null
+++ b/packaging/tools/mac_install_summary.txt
@@ -0,0 +1,13 @@
+TDengine is installed successfully. Please open an Mac terminal and execute the commands below:
+
+To configure TDengine, sudo vi /etc/taos/taos.cfg
+To configure taosadapter, sudo vi /etc/taos/taoadapter.toml
+To configure taos-explorer, sudo vi /etc/taos/explorer.toml
+To start service, sudo launchctl start com.tdengine.taosd
+To start Taos Adapter, sudo launchctl start com.tdengine.taosadapter
+To start Taos Explorer, sudo launchctl start com.tdengine.taos-explorer
+
+To start all the components, sudo start-all.sh
+To access TDengine Commnd Line Interface, taos -h YourServerName
+To access TDengine Graphic User Interface, http://YourServerName:6060
+To read the user manual, http://YourServerName:6060/docs-en