diff --git a/README.md b/README.md index 1b36cb2..573e435 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,23 @@ 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 follow to setup the app.... + + 1.Clone the files in the repo. + + 2.Make sure that u have installed flutter to ur computer. + + 3.Open the CMD + + 4.Change the directory to the cloned repo + + 5.Run flutter build apk (That will build the apk file in the "..\build\app\outputs\apk\release" folder) + + 6.Then connect your android device to the computer. Make sure that the developer option and USB debugging are turned on your device. + + 7.Run flutter install in CMD + + 8.That will install the app to your android device. + + 9.Enjoy!!