From c071213b65220c2f9845864586113a293c075c0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Wed, 18 Nov 2020 08:50:05 +0000 Subject: [PATCH 1/2] Changed "ZIP file" and "and then" in Tor doc --- docs/source/tor.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/tor.rst b/docs/source/tor.rst index da354988..84d96bb9 100644 --- a/docs/source/tor.rst +++ b/docs/source/tor.rst @@ -26,7 +26,7 @@ Using a system ``tor`` in Windows This is fairly advanced. You'll need to know how edit plaintext files and do stuff as an administrator. Download the Tor Windows Expert Bundle `from `_. -Extract the ZIP file and copy the extracted folder to ``C:\Program Files (x86)\`` +Extract the compressed file and copy the extracted folder to ``C:\Program Files (x86)\`` Rename the extracted folder with ``Data`` and ``Tor`` in it to ``tor-win32``. Make up a control port password. @@ -60,7 +60,7 @@ If all goes well, you should see "Connected to the Tor controller". Using a system ``tor`` in macOS ------------------------------- -First, install `Homebrew `_ if you don't already have it. Then, install Tor:: +First, install `Homebrew `_ if you don't already have it, and then install Tor:: brew install tor From 133429cb403202df3aebda3ee97c738513ec64be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Wed, 18 Nov 2020 09:01:38 +0000 Subject: [PATCH 2/2] Ending dot --- docs/source/tor.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/tor.rst b/docs/source/tor.rst index 84d96bb9..9bb42a88 100644 --- a/docs/source/tor.rst +++ b/docs/source/tor.rst @@ -53,7 +53,7 @@ Open OnionShare and click the "⚙" icon in it. Under "How should OnionShare connect to Tor?" choose "Connect using control port", and set "Control port" to ``127.0.0.1`` and "Port" to ``9051``. -Under "Tor authentication settings" choose "Password" and set the password to the control port password you picked above +Under "Tor authentication settings" choose "Password" and set the password to the control port password you picked above. Click the "Test Connection to Tor" button. If all goes well, you should see "Connected to the Tor controller".