From c38f860301c2f94e093e1e55a9b6359865166307 Mon Sep 17 00:00:00 2001 From: samueljlieber Date: Fri, 21 Feb 2025 09:37:16 -0500 Subject: [PATCH] [IMP] contributing: documentation macOS make install --- content/contributing/documentation.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/contributing/documentation.rst b/content/contributing/documentation.rst index 1690ffada..57e2f6b1f 100644 --- a/content/contributing/documentation.rst +++ b/content/contributing/documentation.rst @@ -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 `_ + .. group-tab:: Windows Follow the `guide to install Make on Windows