From 05cc0634b7bb0fce892224cc107a80930dd3dbe7 Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Thu, 17 Jul 2014 06:31:04 +0000 Subject: [PATCH] Updated README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe94883a3..685d895cc 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,9 @@ The build system is based on Gradle. There are several methods for setting Gradl `gradle` with `./gradlew` (or `./gradlew.bat` on Windows) in the commands below. -Gradle will pull dependencies over the clearnet by default. To use Tor, create -a `gradle.properties` file in `i2p.android.base` containing: +Gradle will pull dependencies over the clearnet by default. To send all Gradle +connections from your user over Tor, create a `gradle.properties` file in +`~/.gradle/` containing: ``` systemProp.socksProxyHost=localhost -- GitLab