diff --git a/deb-termux/DEBIAN/postinst b/deb-termux/DEBIAN/postinst
index 83453f8..7e0ddbb 100755
--- a/deb-termux/DEBIAN/postinst
+++ b/deb-termux/DEBIAN/postinst
@@ -125,3 +125,7 @@ fi
 
 # 向服务器返回安装数加1(不显示内容且忽略错误)
 python3 /opt/apps/deepin-wine-runner/Download.py $version > /dev/null 2>&1 | true
+
+echo 'Wine 运行器安装完成,如果没有设置 $DISPLAY 变量的情况下打开 Wine 运行器'
+echo '可以在浏览器输入网址 http://localhost:6080/vnc.html 远程访问'
+echo '或者用 VNC 远程工具输入 localhost:5 远程访问'