add Man page and rename launch.sh to novnc_proxy.

Co-Authored-By: Adam Young <ayoung@redhat.com>
This commit is contained in:
Jan Zerebecki
2021-06-25 13:38:15 +02:00
parent dd20b17d49
commit 89e206c146
6 changed files with 45 additions and 8 deletions

View File

@@ -108,13 +108,13 @@ proxy.
### Quick Start
* Use the launch script to automatically download and start websockify, which
* Use the `novnc_proxy` script to automatically download and start websockify, which
includes a mini-webserver and the WebSockets proxy. The `--vnc` option is
used to specify the location of a running VNC server:
`./utils/launch.sh --vnc localhost:5901`
`./utils/novnc_proxy --vnc localhost:5901`
* Point your browser to the cut-and-paste URL that is output by the launch
* Point your browser to the cut-and-paste URL that is output by the `novnc_procy`
script. Hit the Connect button, enter a password if the VNC server has one
configured, and enjoy!