diff --git a/README.md b/README.md index ed46c2c..75e52c2 100644 --- a/README.md +++ b/README.md @@ -40,4 +40,14 @@ We supply an arm-pie version of tor in `android/libs/armeabi-v7a` with the name If all that is done, then check out cwtch.im/ui and run `qtdeploy` in the root of it. -Currently you will need to manually run tor first before running cwtch.im/ui \ No newline at end of file +Currently you will need to manually run tor first before running cwtch.im/ui + - [https://www.torproject.org/download/download](Tor download) - Get the "Expert Bundle" which just has tor + - create a `torrc` file with the following: + +``` +SOCKSPort 9050 +ControlPort 9051 +CookieAuthentication 0 +``` + + - and tun tor with `tor -f torrc`