Compare commits

...

1 Commits

Author SHA1 Message Date
samueljlieber
37333ecc3b [IMP] contributing: documentation macOS make install
X-original-commit: d4ed263fa2
2025-02-21 18:18:40 +00:00

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