aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-04-03 12:14:58 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2014-04-03 12:14:58 +0200
commit0b24ec04a69c8c452f4591c901651dbe112f782d (patch)
tree4c49c160bb870a87ef41d367383d3eda4857740b /README.md
parent34ad14ccec91ca69c22059c8aa56f95c4eebef9e (diff)
downloadopen-keychain-0b24ec04a69c8c452f4591c901651dbe112f782d.tar.gz
open-keychain-0b24ec04a69c8c452f4591c901651dbe112f782d.tar.bz2
open-keychain-0b24ec04a69c8c452f4591c901651dbe112f782d.zip
clarify readme
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 474bf180b..4c06ad445 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ Development mailinglist at http://groups.google.com/d/forum/openpgp-keychain-dev
2. Open the Android SDK Manager (shell command: ``android``).
Expand the Tools directory and select "Android SDK Build-tools (Version 19.0.3)".
Expand the Extras directory and install "Android Support Repository"
-Select everything for the newest SDK (API-Level 19)
+Select everything for the newest SDK Platform (API-Level 19)
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``