fix answer about torrc location on tor browser for macOS
Roger Dingledine

Roger Dingledine commited on 2017-05-10 23:05:51
Zeige 1 geänderte Dateien mit 9 Einfügungen und 5 Löschungen.


fix comes mostly from pastly (thanks!)
... ...
@@ -1525,15 +1525,19 @@ instructions for how your Tor program should behave. The default
1525 1525
 configuration should work fine for most Tor users.
1526 1526
 </p>
1527 1527
 <p>
1528
-If you installed Tor Browser, look for
1528
+If you installed Tor Browser on Windows or Linux, look for
1529 1529
 <code>Browser/TorBrowser/Data/Tor/torrc</code> inside your Tor Browser
1530 1530
 directory.
1531
-On OS X, you must right-click or command-click on the Tor Browser icon,
1532
-and select "Show Package Contents" before the Tor Browser directories become
1533
-visible.
1531
+If you're on macOS, the torrc is in <code>~/Library/Application Support/TorBrowser-Data/Tor</code> .
1532
+To get to it, press cmd-shift-g while in Finder and copy/paste that directory
1533
+into the box that appears.
1534 1534
 </p>
1535 1535
 <p>
1536
-Tor looks for the torrc file in <code>/usr/local/etc/tor/torrc</code> if you compiled tor from source, and <code>/etc/tor/torrc</code> or <code>/etc/torrc</code> if you installed a pre-built package.</p>
1536
+Otherwise, if you are using Tor without Tor Browser, it looks for the
1537
+torrc file in <code>/usr/local/etc/tor/torrc</code> if you compiled tor
1538
+from source, and <code>/etc/tor/torrc</code> or <code>/etc/torrc</code>
1539
+if you installed a pre-built package.
1540
+</p>
1537 1541
 
1538 1542
 <p>
1539 1543
 Once you've created or changed your torrc file, you will need to restart
1540 1544