From a18a55553a00ed2cafbff2af406e52d71448cdc0 Mon Sep 17 00:00:00 2001
From: Maytheewat Aramrattana <iamhere366@gmail.com>
Date: Fri, 16 Nov 2018 11:47:55 +0100
Subject: [PATCH] Update Readme.md

---
 Readme.md | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/Readme.md b/Readme.md
index db5fb19..de0e088 100644
--- a/Readme.md
+++ b/Readme.md
@@ -20,10 +20,8 @@ This simulation is based on [OpenUAV](https://github.com/Open-UAV) project.
 <details>
  <summary>If after making `posix_sitl`, Gazebo doesn’t launch and gives you a error message regarding `geographiclib`</summary>
  <p>Do the following:
-In your terminal type:  sudo apt-get install ros-kinetic-mavros ros-kinetic-mavros-extras
-When that installation is ready type: 
-cd; wget https://raw.githubusercontent.com/mavlink/mavros/master/mavros/scripts/install_geographiclib_datasets.sh
-./install_geographiclib_datasets.sh 
-you might have to make the install_geographiclib_datasets.sh executable.
-In terminal(home): sudo ./install_geographiclib_datasets.sh</p>
+  * In your terminal type:  `sudo apt-get install ros-kinetic-mavros ros-kinetic-mavros-extras`
+  * When that installation is ready type: 
+  * `wget https://raw.githubusercontent.com/mavlink/mavros/master/mavros/scripts/install_geographiclib_datasets.sh`
+  * `./install_geographiclib_datasets.sh` (you might have to make the install_geographiclib_datasets.sh executable.)</p>
 </details>
-- 
GitLab