[IMP] contributing: documentation macOS make install

closes odoo/documentation#12146

X-original-commit: d4ed263fa2
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
This commit is contained in:
samueljlieber 2025-02-21 14:37:16 +00:00
parent 009dd70bd3
commit 7fbf533363

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