Skip to content
Snippets Groups Projects
Commit 801d5c8d authored by Ian Jackson's avatar Ian Jackson :speech_balloon:
Browse files

Merge branch 'add-windows-instructions' into 'main'

Add instructions for hooking up Tor Browser to arti on Windows

See merge request tpo/core/arti!388
parents c27dde59 b041bebe
No related branches found
No related tags found
No related merge requests found
......@@ -111,14 +111,24 @@ configuration parameters:
This will ensure that arti sets its SOCKS port on 9150. Now we need to launch
Tor Browser and instruct it to use that SOCKS port.
On Linux:
### Linux
$ TOR_SKIP_LAUNCH=1 TOR_SOCKS_PORT=9150 ./start-tor-browser.desktop
On OSX:
### OS X
$ TOR_SKIP_LAUNCH=1 TOR_SOCKS_PORT=9150 /path/to/Tor\ Browser/Contents/MacOS/firefox
### Windows
Create a shortcut with the `Target` set to:
C:\Windows\System32\cmd.exe /c "SET TOR_SKIP_LAUNCH=1&& SET TOR_SOCKS_PORT=9150&& START /D ^"C:\path\to\Tor Browser\Browser^" firefox.exe"
and `Start in` set to:
"C:\path\to\Tor Browser\Browser"
(You may need to adjust the actual path to wherever you have put your Tor
Browser.)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment