[IMP] contributing: documentation macOS make install

This commit is contained in:
samueljlieber 2025-02-21 09:37:16 -05:00
parent 8114d07bff
commit c38f860301
No known key found for this signature in database

View File

@ -132,12 +132,16 @@ to make changes from the GitHub interface.
.. tabs::
.. group-tab:: Linux and macOS
.. group-tab:: Linux
.. code-block:: console
$ sudo apt install make -y
.. group-tab:: macOS
Follow the `guide to install Make on macOS <https://formulae.brew.sh/formula/make>`_
.. group-tab:: Windows
Follow the `guide to install Make on Windows