aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-01-27 15:10:19 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2014-01-27 15:10:19 +0100
commite094d295ea31d0c7bc239f585eb6049287a6681e (patch)
treedd1ed06f6597a5795e69740b977431b9ad09dfbf /README.md
parent37f6521dd73916e5371b3fecf63373bccd876182 (diff)
downloadopen-keychain-e094d295ea31d0c7bc239f585eb6049287a6681e.tar.gz
open-keychain-e094d295ea31d0c7bc239f585eb6049287a6681e.tar.bz2
open-keychain-e094d295ea31d0c7bc239f585eb6049287a6681e.zip
Info about installing apk
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 69ecae640..81b4dd1c9 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,7 @@ Development mailinglist at http://groups.google.com/d/forum/openpgp-keychain-dev
2. Open the Android SDK Manager (shell command: ``android``). Expand the Extras directory and install "Android Support Repository"
3. Export ANDROID_HOME pointing to your Android SDK
4. Execute ``./gradlew build``
+5. You can install the app with ``adb install -r OpenPGP-Keychain/build/apk/OpenPGP-Keychain-debug-unaligned.apk``
### Build API Demo with Gradle