[IMP] contributing: documentation macOS make install

X-original-commit: d4ed263fa2
This commit is contained in:
samueljlieber 2025-02-21 14:37:16 +00:00
parent 009dd70bd3
commit 37333ecc3b

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