Added commands to start VNC in README

This commit is contained in:
Mahesh Asolkar 2018-09-03 16:22:32 -07:00
parent 29eeb5749b
commit 9edf8bd968

View File

@ -15,8 +15,16 @@ For example, there are two examples for *Client* projects and *Hobby* projects.
-----
![Hobby](images/hobby_example.png "Hobby VNC")
There can be multiple VNCs with different colors.
-----
There can be multiple VNCs with different colors. For example, the image below
shows VNCs started with the following commands:
```console
% startvnc --name Client
% startvnc --name Hobby --port 2 --color 007733
% startvnc --name Development --port 1 --color 0022aa
```
![Stack of VNC sessions](images/example.png "Stack of VNC sessions")