Update homebrew remote install path according to Mac docs (#554)

This commit is contained in:
gStart9
2023-12-07 23:06:22 +00:00
committed by GitHub
parent d6eb2a1f4e
commit c6cd80a59d

View File

@@ -11,14 +11,10 @@ Install Homebrew
.. code-block:: bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
#. You will be prompted for your system password before installation; proceed with entering your password. You may be asked more than once.
.. figure:: /_static/images/tor/install_homebrew.png
:width: 80%
:alt: Homebrew installation
#. You will be notified which directories Homebrew is going to create, hit :code:`RETURN`:
.. figure:: /_static/images/tor/install_homebrew1.png