diff --git a/vnc/README.md b/vnc/README.md index 67ebcc5..80690bc 100644 --- a/vnc/README.md +++ b/vnc/README.md @@ -1,12 +1,15 @@ -# 给 user1 开设桌面,使用 5901 端口 +给 user1 开设桌面,使用 5901 端口 ``` -bash vnc.sh -u user1 -p Aa123456 -P 5901 +bash +install_vncserver_new.sh -u user1 -p Aa123456 -P 5901 ``` -# 给 user2 开设桌面,使用桌面号 2(自动换算为 5902 端口) +给 user2 开设桌面,使用桌面号 2(自动换算为 5902 端口) ``` -bash vnc.sh -u user2 -p Bb654321 -P 2 +bash +install_vncserver_new.sh -u user2 -p Bb654321 -P 2 ``` -# 给 admin 账户开设桌面,使用 5915 端口 +给 admin 账户开设桌面,使用 5915 端口 ``` -bash vnc.sh -u admin -p admin123 -P 5915 +bash +install_vncserver_new.sh -u admin -p admin123 -P 5915 ``` \ No newline at end of file