From 44216d1f2161aec247871297591c5073105f53b7 Mon Sep 17 00:00:00 2001 From: str4d Date: Sat, 28 Jun 2014 02:16:11 +0000 Subject: [PATCH] README fixes --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc0fd32..3a32499 100644 --- a/README.md +++ b/README.md @@ -14,19 +14,25 @@ Bote is an Android port of I2P-Bote. 4. Create a `local.properties` file in `i2p.i2p-bote.android/app` containing: + ``` i2pbase=/path/to/installed/i2p botesrc=/path/to/i2p.i2p-bote + ``` 5. Gradle will pull dependencies over the clearnet by default. To use Tor, create a `gradle.properties` file in `i2p.i2p-bote.android` containing: + ``` systemProp.socksProxyHost=localhost systemProp.socksProxyPort=9150 + ``` ### Building from the command line 1. Create a `local.properties` file in `i2p.i2p-bote.android` containing: + ``` sdk.dir=/path/to/android-studio/sdk + ``` 2. `./gradlew assembleDebug` @@ -36,4 +42,4 @@ Bote is an Android port of I2P-Bote. 1. Import `i2p.i2p-bote.android` into Android Studio. (This creates the `local.properties` file automatically). -2. Build and run the app (Shift+F10). +2. Build and run the app (`Shift+F10`).