From 0da2196ddb6c1cf71eeac9ae29cc8892f19f03c8 Mon Sep 17 00:00:00 2001 From: Neil Gershenfeld Date: Mon, 27 Aug 2018 17:39:32 -0400 Subject: [PATCH] Update README.md --- mods/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/README.md b/mods/README.md index 95945a2..f891d9d 100644 --- a/mods/README.md +++ b/mods/README.md @@ -18,7 +18,7 @@ clone repos: git clone https://github.com/novnc/noVNC.git install VNC service (assuming username is fab): - cd /home/fab/cams + cd /home/fab/cams/mods sudo cp tightvncserver.service /lib/systemd/system sudo systemctl daemon-reload sudo systemctl enable tightvncserver.service @@ -29,7 +29,7 @@ set VNC password: tightvncpasswd configure VNC: - cp /home/fab/cams/xstartup /home/fab/.vnc/ + cp /home/fab/cams/mods/xstartup /home/fab/.vnc/ gedit /home/fab/.vnc/xstartup set the local Web server username and password can use https certificates -- GitLab