aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorVincent <valodim@mugenguild.com>2015-09-18 15:53:17 +0200
committerVincent <valodim@mugenguild.com>2015-09-18 15:53:17 +0200
commit2d54c3f9282e30d1fe7b90345e772bc0b8cc0214 (patch)
treefc75d1643d19bef5460b922f57358596951a07d9 /README.md
parent2ebcc942d4a4faca97971b387d14c5ea1fcac16f (diff)
parent6b89b146b1cdfa703f70f7bf819000fd6e88505d (diff)
downloadopen-keychain-2d54c3f9282e30d1fe7b90345e772bc0b8cc0214.tar.gz
open-keychain-2d54c3f9282e30d1fe7b90345e772bc0b8cc0214.tar.bz2
open-keychain-2d54c3f9282e30d1fe7b90345e772bc0b8cc0214.zip
Merge pull request #1538 from bashrc/bashrc/build
Fix build instruction
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c6eac8fe3..d6c417c01 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Expand the Tools directory and select "Android SDK Build-tools (Version 21.1.2)"
Expand the Extras directory and install "Android Support Repository"
Select everything for the newest SDK Platform, API 22, and also API 21
5. Export ANDROID_HOME pointing to your Android SDK
-6. Execute ``./gradlew build``
+6. Execute ``./ gradlew assembleDebug``
7. You can install the app with ``adb install -r OpenKeychain/build/outputs/apk/OpenKeychain-debug-unaligned.apk``
### Run Tests