updating windows instructions

This commit is contained in:
Dan Ballard 2019-02-22 08:44:19 -08:00
parent 74ab5f7179
commit ce606b99b2
1 changed files with 11 additions and 1 deletions

View File

@ -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
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`