Update README
This commit is contained in:
parent
3d951b9dd8
commit
cdf3180291
17
README
17
README
|
@ -3,6 +3,23 @@ Tor Android
|
||||||
***********************************************
|
***********************************************
|
||||||
This is a project forked from Orbot for building the tor binary for Android
|
This is a project forked from Orbot for building the tor binary for Android
|
||||||
|
|
||||||
|
How to Build
|
||||||
|
***********************************************
|
||||||
|
Please see: https://raw.githubusercontent.com/n8fr8/tor-android/master/BUILD
|
||||||
|
|
||||||
|
How to Use via Gradle
|
||||||
|
***********************************************
|
||||||
|
|
||||||
|
repositories {
|
||||||
|
maven { url "https://raw.githubusercontent.com/guardianproject/gpmaven/master" }
|
||||||
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
compile 'org.torproject:tor-android-binary:0.3.1'
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
***********************************************
|
***********************************************
|
||||||
Tor protects your privacy on the internet by hiding the connection
|
Tor protects your privacy on the internet by hiding the connection
|
||||||
between your Internet address and the services you use. We believe Tor
|
between your Internet address and the services you use. We believe Tor
|
||||||
|
|
Loading…
Reference in New Issue