From ce606b99b22e61829e860fbf24a6fcc65571a9b5 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Fri, 22 Feb 2019 08:44:19 -0800 Subject: [PATCH] updating windows instructions --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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`