From 32afbb54285949767a13f7e2337f7053e4f9dcf9 Mon Sep 17 00:00:00 2001 From: harveyjavier Date: Sun, 3 Nov 2019 14:00:41 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e91f089..113ae40 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Not yet available... Running the project straight away will get you an error regarding a `key.properties` file that is missing. To fix it, -1. Open android/app/build.gradle file and comment the following lines- +1. Open `android/app/build.gradle` file and comment the following lines- ``` //keystoreProperties.load(new FileInputStream(keystorePropertiesFile)) @@ -34,7 +34,7 @@ buildTypes { } ``` -2. Open android/local.properties file and add the following lines- +2. Open `android` folder, look for `local.properties` file (create if it does not exist), and add the following lines- ``` flutter.buildMode=debug @@ -42,7 +42,7 @@ flutter.versionName=1.0.0 flutter.versionCode=1 ``` -3. Open the project on your cmd or terminal, type flutter run, then you're good to go! +3. And you're good to go. Open the project on your cmd or terminal, and type- ``` flutter run