diff --git a/README.md b/README.md index 90458e2..bbfec76 100644 --- a/README.md +++ b/README.md @@ -51,16 +51,23 @@ sudo apt-get -f install # /usr/share/doc/kasmvncserver/examples/kasmvncserver-easy-start. It runs a VNC # server on display :10 and on interface 0.0.0.0. If you're happy with those # defaults you can just use it as is: -ln -s /usr/share/doc/kasmvncserver/examples/kasmvncserver-easy-start ~/bin/ +sudo ln -s /usr/share/doc/kasmvncserver/examples/kasmvncserver-easy-start /usr/bin/ + +# Add your user to the ssl-cert group +sudo addgroup $USER ssl-cert +# You will need to re-connect in order to pick up the group change # Create ~/.vnc directory and corresponding files. kasmvncserver-easy-start -d && kasmvncserver-easy-start -kill # Modify vncstartup to launch your environment of choice, in this example LXDE +# This may be optional depending on your system configuration echo '/usr/bin/lxsession -s LXDE &' >> ~/.vnc/xstartup # Start KasmVNC with debug logging: kasmvncserver-easy-start -d + +# Tail the logs tail -f ~/.vnc/`hostname`:10.log ``` @@ -94,4 +101,4 @@ We also need help with Windows, which is not currently supported. While KasmVNC See the [builder/README.md](https://github.com/kasmtech/KasmVNC/blob/master/builder/README.md). We containerize our build systems to ensure highly repeatable builds. ### License and Acknowledgements -See the [LICENSE.TXT](https://github.com/kasmtech/KasmVNC/blob/master/LICENCE.TXT) and [ACKNOWLEDGEMENTS.MD](https://github.com/kasmtech/KasmVNC/blob/master/LICENSE.TXT) \ No newline at end of file +See the [LICENSE.TXT](https://github.com/kasmtech/KasmVNC/blob/master/LICENCE.TXT) and [ACKNOWLEDGEMENTS.MD](https://github.com/kasmtech/KasmVNC/blob/master/LICENSE.TXT)