diff --git a/source/get-started.txt b/source/get-started.txt index 0feb937..4fb7b65 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 use the `Homebrew package manager `__ to install + the {+driver-short+} on MacOS. 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.