From 999d9c304b406d7f643705b2aba70a71baf1739b Mon Sep 17 00:00:00 2001 From: Avraham Bar Ilan <60196825+AvrahamBi@users.noreply.github.com> Date: Sun, 27 Jun 2021 14:54:59 +0300 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 03ab32d..cbf6337 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,13 @@ This project is a remote control joystick that connect "FlightGear" simulator an The project implemented in MVVM architecture and written with kotlin. -## Setup You can download a .apk file of the app [from here](https://github.com/OmerSchloss/FlightGearControllerApp/blob/master/FlightGearController.apk) -Before running the app you should do the following steps: -* Clone this repositories. -* Install Android Studio. +Or you can clone this repo and run it with Android Emulator on your computer + + +## Setup + * 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``.