From 620f71b1236d3c4c05a3b24ad0607e840a561f8b Mon Sep 17 00:00:00 2001 From: BitcoinMechanic <45926711+BitcoinMechanic@users.noreply.github.com> Date: Wed, 1 Feb 2023 08:24:36 -0800 Subject: [PATCH] =?UTF-8?q?explain=20the=20need=20to=20add=20brew=20to=20p?= =?UTF-8?q?ath=20and=20indicate=20where=20instructions=20=E2=80=A6=20(#283?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * explain the need to add brew to path and indicate where instructions will be * Update tor-mac.rst --------- Co-authored-by: kn0wmad <39687477+kn0wmad@users.noreply.github.com> --- .../user-manual/connecting/connecting-tor/tor-os/tor-mac.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/site/source/user-manual/connecting/connecting-tor/tor-os/tor-mac.rst b/site/source/user-manual/connecting/connecting-tor/tor-os/tor-mac.rst index 699fcc3..0f5c552 100644 --- a/site/source/user-manual/connecting/connecting-tor/tor-os/tor-mac.rst +++ b/site/source/user-manual/connecting/connecting-tor/tor-os/tor-mac.rst @@ -29,6 +29,8 @@ Install Homebrew Wait a few minutes while it downloads and installs what it needs. +.. note:: Once installation is complete you will need to add "brew" to your path. There will be instructions on how to do this with the specific commands you need to enter if you scroll up a little in your terminal. Look for "Add homebrew to your path". Enter the commands and then type **brew --version** to ensure that brew is working. If you see something like **"Homebrew 3.6.18"** then it is installed. If you see **"zsh: command not found: brew"** then it either hasn't installed correctly, has not been added to your path yet or you simply need to open a new terminal. (If you do try restarting terminal, make a note of the commands suggested in case you need them again). + .. warning:: Surprisingly, Homebrew uses Google Analytics to collect anonymous usage data. You can deselect the option to share usage data by `opting out `_. Install Tor @@ -154,4 +156,4 @@ Enable Tor System-wide We suggest heading back to Step 4 and enabling Tor system-wide on Ethernet/WiFi now - whichever you did not do already. - If you'd like to setup Firefox to use Tor you can follow :ref:`this guide`. \ No newline at end of file + If you'd like to setup Firefox to use Tor you can follow :ref:`this guide`.