From f255c989d59ef7b2f697768100881d2afdef60eb Mon Sep 17 00:00:00 2001 From: Chamodi Jayamini <36620277+chamodi08jaya@users.noreply.github.com> Date: Sat, 19 Oct 2019 11:36:58 +0530 Subject: [PATCH 1/3] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 1b36cb2..ed2218f 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,18 @@ A community based application for people to track trains and for people to view Clone this repository, fire up VS Code (or IDE of your choice 😕) and run the app. Obviously this app is Flutter BTW.😁😁 +##Steps to setup the train tarcker mobile app + +1. Make sure that the flutter is installed in your computer. +2.Clone the repository with files. +3.Open CMD +4.In CMD,Change the directory to cloned repository. +5.Run flutter build apk. +6.Connect your Android device to your computer with a USB cable. +7.Enter cd where is your application directory. +8.Run flutter install in CMD. +9.This will install the traintracker app to your device. +10.Do it! and Enjoy!. + + + From be29f1494f01ea1397a37b14d4e49c865dd2960e Mon Sep 17 00:00:00 2001 From: Chamodi Jayamini <36620277+chamodi08jaya@users.noreply.github.com> Date: Sat, 19 Oct 2019 11:39:13 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ed2218f..055da44 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,11 @@ Obviously this app is Flutter BTW.😁😁 ##Steps to setup the train tarcker mobile app 1. Make sure that the flutter is installed in your computer. ++ 2.Clone the repository with files. ++ 3.Open CMD ++ 4.In CMD,Change the directory to cloned repository. 5.Run flutter build apk. 6.Connect your Android device to your computer with a USB cable. From b2671179530123915c67c9a7b3701e25290bdea7 Mon Sep 17 00:00:00 2001 From: Chamodi Jayamini <36620277+chamodi08jaya@users.noreply.github.com> Date: Sat, 19 Oct 2019 12:07:20 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 055da44..27fec18 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,9 @@ Obviously this app is Flutter BTW.😁😁 ##Steps to setup the train tarcker mobile app -1. Make sure that the flutter is installed in your computer. -+ +1.Make sure that the flutter is installed in your computer. 2.Clone the repository with files. -+ 3.Open CMD -+ 4.In CMD,Change the directory to cloned repository. 5.Run flutter build apk. 6.Connect your Android device to your computer with a USB cable.