Skip to content

Commit

Permalink
doc: gsg: Update Homebrew installation for macOS
Browse files Browse the repository at this point in the history
Homebrew now uses bash instead of Ruby to install itself. Use the
recommended command instead of the old one.

Fixes #30037.

Signed-off-by: Carles Cufi <[email protected]>
  • Loading branch information
carlescufi authored and nashif committed Feb 3, 2021
1 parent 2e9e241 commit 8ea9131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/getting_started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Next, you'll install some host dependencies using your package manager.

.. code-block:: bash
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
#. Use ``brew`` to install dependencies:

Expand Down

0 comments on commit 8ea9131

Please sign in to comment.