Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 5 additions & 9 deletions source/get-started.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://brew.sh/>`__ 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 <https://formulae.brew.sh/formula/mongo-c-driver>`__.
The ``brew install mongo-c-driver`` command installs driver v1.30.
For v1.30 installation instructions, see the `v1.30 Get Started
<https://www.mongodb.com/docs/languages/c/c-driver/v1.30/get-started/>`__ guide.
brew install mongo-c-driver

After you complete these steps, you have the {+driver-short+} installed
on your machine.
Expand Down
Loading