aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-01-06 00:58:04 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2014-01-06 00:59:02 +0100
commit708baaa68c76391a3e15cd086d3829eb058819c9 (patch)
tree575852431114003becdc608fc149f87207795ae0 /README.md
parent28d9a2f26b71158823d73451bf25e1f5cf0c5431 (diff)
downloadopen-keychain-708baaa68c76391a3e15cd086d3829eb058819c9.tar.gz
open-keychain-708baaa68c76391a3e15cd086d3829eb058819c9.tar.bz2
open-keychain-708baaa68c76391a3e15cd086d3829eb058819c9.zip
Work on multiselect in key list
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 85e1bd498..30c3f01e5 100644
--- a/README.md
+++ b/README.md
@@ -17,8 +17,8 @@ I am happy about every code contribution and appreciate your effort to help us d
## Build with Gradle
1. Have Android SDK "tools", "platform-tools", and "build-tools" directories in your PATH (http://developer.android.com/sdk/index.html)
-2. Export ANDROID_HOME pointing to your Android SDK
-3. Download Android Support Repository, and Google Repository using Android SDK Manager
+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``
## Development with Eclipse