From 4c0be43f1d282ce488bf4ff489f3cf4d534f3ece Mon Sep 17 00:00:00 2001 From: Avraham Bar Ilan <60196825+AvrahamBi@users.noreply.github.com> Date: Sun, 27 Jun 2021 14:46:48 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 52ee400..c85d9c9 100644 --- a/README.md +++ b/README.md @@ -16,17 +16,17 @@ The project implemented in MVVM architecture and written with kotlin. Before running the app you should do the following steps: * Clone this repositories. * Install Android Studio. -* Install Flight Gear Simulator (it is an open source project). +* Install Flight Gear Simulator ([Download from here](https://www.flightgear.org/download/)). * Inside FlightGear go to Setting -> Additional Settings and write: ``--telnet=socket,in,10,127.0.0.1,6400,tcp``. -* Press Fly and hit the Autostart button. +* Press Fly and press Autostart. ![App](https://user-images.githubusercontent.com/60196825/123525379-dcc35180-d6d8-11eb-8a40-428ac9f3342f.png) ![Msg](https://user-images.githubusercontent.com/60196825/123525430-417eac00-d6d9-11eb-8c10-2e22e527ae12.png) ## Run -* Run the App in your favourite IDE +* Run the App. * Put your computer IP in the field and put ``6400`` in port field. * press Connect To FlightGear and hit the Throttle up :airplane:. * Enjoy your flight.