From b853eddbd64fc34bb25f16d92191839af61c6b70 Mon Sep 17 00:00:00 2001 From: norareidy Date: Wed, 2 Jul 2025 10:52:00 -0400 Subject: [PATCH 1/2] Revert "DOCSP-50490: Homebrew warning for 2.0 (#122)" This reverts commit 1697009950b5db74b6c0e133a807b1d93cfc26e1. --- source/get-started.txt | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/source/get-started.txt b/source/get-started.txt index 0feb937..058e6aa 100644 --- a/source/get-started.txt +++ b/source/get-started.txt @@ -218,17 +218,13 @@ your operating system: .. tab:: MacOS :tabid: install-mac - To use the {+driver-short+} on MacOS, build the driver libraries from - source. For installation instructions, see the :ref:`c-install-from-source` - guide. + You can download the {+driver-short+} on MacOS by using the `Homebrew + package manager `__. To do so, run the following command in + your shell: - .. important:: Homebrew Limitations + .. code-block:: bash - {+driver-short+} v{+version+} is not yet available to download - from the `Homebrew package manager `__. - The ``brew install mongo-c-driver`` command installs driver v1.30. - For v1.30 installation instructions, see the `v1.30 Get Started - `__ guide. + brew install mongo-c-driver After you complete these steps, you have the {+driver-short+} installed on your machine. From a9aa4073deda53b34938b82aa8261e36e1606a5c Mon Sep 17 00:00:00 2001 From: norareidy Date: Wed, 2 Jul 2025 11:02:21 -0400 Subject: [PATCH 2/2] active voice --- source/get-started.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/get-started.txt b/source/get-started.txt index 058e6aa..4fb7b65 100644 --- a/source/get-started.txt +++ b/source/get-started.txt @@ -218,8 +218,8 @@ your operating system: .. tab:: MacOS :tabid: install-mac - You can download the {+driver-short+} on MacOS by using the `Homebrew - package manager `__. To do so, run the following command in + You can use the `Homebrew package manager `__ to install + the {+driver-short+} on MacOS. To do so, run the following command in your shell: .. code-block:: bash