From 7941e10b0ac8414bb404569aef3430fe5dbdfb44 Mon Sep 17 00:00:00 2001 From: Dmitry Maksyoma Date: Thu, 22 Jul 2021 00:27:35 +1200 Subject: [PATCH] Easy start script: document --help in README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4e92cb2..3754086 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,9 @@ echo -e '#!/bin/sh'"\n/usr/bin/lxsession -s LXDE &" > ~/.vnc/xstartup # Start KasmVNC with debug logging: kasmvncserver-easy-start -d +# Get usage information of the easy start script: +kasmvncserver-easy-start --help + # Tail the logs tail -f ~/.vnc/`hostname`:10.log ```