trying to fix readme bullet indentation

This commit is contained in:
nathan 2020-08-31 10:44:22 -07:00
parent 4b976a273b
commit 532d174362

View file

@ -60,19 +60,19 @@ The default parameters for mapconverter should render reasonably quickly on a Ra
As WSL does not have an X server built in, you will need to install a 3rd party X server, such as https://sourceforge.net/projects/vcxsrv/ As WSL does not have an X server built in, you will need to install a 3rd party X server, such as https://sourceforge.net/projects/vcxsrv/
* run Xlaunch from the start menu * run Xlaunch from the start menu
* Uncheck "Use Native openGL" * Uncheck "Use Native openGL"
* Add parameter ```-ac``` (WSL 2 only) * Add parameter ```-ac``` (WSL 2 only)
* Open the Ubuntu WSL terminal * Open the Ubuntu WSL terminal
* Specify the X display to use (WSL 1) * Specify the X display to use (WSL 1)
``` ```
export DISPLAY=:0 export DISPLAY=:0
``` ```
* or for (WSL 2) * or for (WSL 2)
``` ```
export DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '{print $2}'):0 export DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '{print $2}'):0
``` ```
* Start viz1090 as described below. * Start viz1090 as described below.
### RUNNING ### RUNNING