More formatting

This commit is contained in:
Tim Edwards 2019-04-24 13:16:39 +02:00
parent 3dbc150d9d
commit 5c90f90434
1 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ for a more complete list with additional info and links.
- [Browser Requirements](#browser-requirements)
- [Server Requirements](#server-requirements)
- [Quick Start](#quick-start)
- [Installation from Snap Package](#snap-package)
- [Installation from Snap Package](#installation-from-snap-package)
- [Integration and Deployment](#integration-and-deployment)
- [Authors/Contributors](#authorscontributors)
@ -119,7 +119,7 @@ proxy.
### Installation from Snap Package
To install from Snap:
`sudo snap install novnc`
`sudo snap install novnc`
By default the Snap package creates 6 services on different ports which allow access to the local VNC server. So novnc.n5900 listens on port 6080 and connects to the VNC services on localhost:5901, novnc.n5901 listens on port 6081 and connects to localhost:5901 and so on up to port 6085 and localhost:5905. These services can be started/stopped with the usual `snap service` commands, e.g:
@ -127,7 +127,7 @@ By default the Snap package creates 6 services on different ports which allow ac
If you stop the services noVNC can then be run manually with:
`novnc --vnc localhost:5901 # /snap/bin/novnc if /snap/bin is not in your PATH`
`novnc --vnc localhost:5901 # /snap/bin/novnc if /snap/bin is not in your PATH`
### Integration and Deployment