remove unnecessary step

This commit is contained in:
Matt Hill
2021-08-15 14:20:08 -06:00
parent d3f98e90eb
commit 96c6db4ea9

View File

@@ -19,12 +19,6 @@ For macOS running on ARM chips (ie. newer macs):
softwareupdate --install-rosetta softwareupdate --install-rosetta
arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
#. Use this command to install packages:
.. code-block::
arch -x86_64 brew install <package>
For macOS Big Sur/Catalina: For macOS Big Sur/Catalina:
--------------------------- ---------------------------