From 9edf8bd9684f9943de766158aaef0cb06712b5b8 Mon Sep 17 00:00:00 2001 From: Mahesh Asolkar Date: Mon, 3 Sep 2018 16:22:32 -0700 Subject: [PATCH] Added commands to start VNC in README --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61cb00e..6f52310 100644 --- a/README.md +++ b/README.md @@ -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")