aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-09-18 22:51:19 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2015-09-18 22:51:19 +0200
commit03269815f1937064fcad310fdd76902207d298f4 (patch)
tree5d486ca5dbf6e051d96f40f4f3655ad97690cf57
parentf253c9e2062f89b6feed0ff30a3ffac98a50374f (diff)
parent448140c276400f83a3c54766f7cc71e087bf6d11 (diff)
downloadopen-keychain-03269815f1937064fcad310fdd76902207d298f4.tar.gz
open-keychain-03269815f1937064fcad310fdd76902207d298f4.tar.bz2
open-keychain-03269815f1937064fcad310fdd76902207d298f4.zip
Merge branch 'master' of github.com:open-keychain/open-keychain
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d6c417c01..e06366571 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 assembleDebug``
+6. Execute ``./gradlew assembleDebug``
7. You can install the app with ``adb install -r OpenKeychain/build/outputs/apk/OpenKeychain-debug-unaligned.apk``
### Run Tests