aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTim Bray <timbray@gmail.com>2014-06-20 09:26:04 -0700
committerTim Bray <timbray@gmail.com>2014-06-20 09:31:34 -0700
commit17f43ad21bde79caf1b815c89fd5a95f1f959ca5 (patch)
tree8a39e38b6c109f19bf2df8ca4824139a82961d17 /README.md
parent6b7aa2767a07fae02538b5b02bee9698fa1d3b15 (diff)
downloadopen-keychain-17f43ad21bde79caf1b815c89fd5a95f1f959ca5.tar.gz
open-keychain-17f43ad21bde79caf1b815c89fd5a95f1f959ca5.tar.bz2
open-keychain-17f43ad21bde79caf1b815c89fd5a95f1f959ca5.zip
Moved Keybase stuff into KeybaseLib submodule
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 f940e04f6..9a80eaf07 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ Expand the Extras directory and install "Android Support Repository"
Select everything for the newest SDK Platform (API-Level 19)
4. Export ANDROID_HOME pointing to your Android SDK
5. Execute ``./gradlew build``
-6. You can install the app with ``adb install -r OpenKeychain/build/apk/OpenKeychain-debug-unaligned.apk``
+6. You can install the app with ``adb install -r OpenKeychain/build/outputs/apk/OpenKeychain-debug-unaligned.apk``
### Build API Demo with Gradle