Skip to content

Commit

Permalink
Merge pull request codinguser#502 from strk/fix-gradle-instructions
Browse files Browse the repository at this point in the history
Fix instructions to run gradlew
  • Loading branch information
codinguser committed May 2, 2016
2 parents f321330 + 1617d80 commit 97a9597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,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.
Expand Down

0 comments on commit 97a9597

Please sign in to comment.