Commit 0af07711 authored by Joel Martin's avatar Joel Martin

README.md: fix command formatting.

parent acad10a5
...@@ -79,6 +79,7 @@ There a few reasons why a proxy is required: ...@@ -79,6 +79,7 @@ There a few reasons why a proxy is required:
server under Ubuntu you would do something like this: server under Ubuntu you would do something like this:
`sudo apt-get install tightvncserver` `sudo apt-get install tightvncserver`
`vncserver :1` `vncserver :1`
The VNC server will run in the background. The port that it runs The VNC server will run in the background. The port that it runs
...@@ -90,6 +91,7 @@ There a few reasons why a proxy is required: ...@@ -90,6 +91,7 @@ There a few reasons why a proxy is required:
server will fight over the mouse. server will fight over the mouse.
`sudo apt-get install x11vnc` `sudo apt-get install x11vnc`
`x11vnc -forever -display :0` `x11vnc -forever -display :0`
Without the `-forever` option, x11vnc will exit after the first Without the `-forever` option, x11vnc will exit after the first
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment