From 532d174362d78681152c75d4eeba8b6ed2d10891 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 31 Aug 2020 10:44:22 -0700 Subject: [PATCH] trying to fix readme bullet indentation --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index cb19367..15c41ba 100644 --- a/README.md +++ b/README.md @@ -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/ - * run Xlaunch from the start menu - * Uncheck "Use Native openGL" - * Add parameter ```-ac``` (WSL 2 only) - * Open the Ubuntu WSL terminal - * Specify the X display to use (WSL 1) + * run Xlaunch from the start menu + * Uncheck "Use Native openGL" + * Add parameter ```-ac``` (WSL 2 only) + * Open the Ubuntu WSL terminal + * Specify the X display to use (WSL 1) ``` export DISPLAY=:0 ``` - * or for (WSL 2) + * or for (WSL 2) ``` export DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '{print $2}'):0 ``` - * Start viz1090 as described below. + * Start viz1090 as described below. ### RUNNING