From 1617d80aff45d2da5ef502a0ba06bd109d5c06f6 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Fri, 22 Apr 2016 10:04:20 +0200 Subject: [PATCH] Fix instructions to run gradlew --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 568d49476..18ff49812 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ the `ANDROID_HOME` environment variable to the location of your SDK. For example After satisfying those requirements, the build is pretty simple: -* Run `gradlew build installDevelopmentDebug` from the within the project folder. +* Run `./gradlew build installDevelopmentDebug` from the within the project folder. It will build the project for you and install it to the connected Android device or running emulator. The app is configured to allow you to install a development and production version in parallel on your device.