Skip to content

Commit caf7ced

Browse files
committed
DOCSP-50553: Use homebrew for 2.0 (#130)
* Revert "DOCSP-50490: Homebrew warning for 2.0 (#122)" This reverts commit 1697009. * active voice (cherry picked from commit a01a963)
1 parent 54d0fe7 commit caf7ced

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

source/get-started.txt

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -218,17 +218,13 @@ your operating system:
218218
.. tab:: MacOS
219219
:tabid: install-mac
220220

221-
To use the {+driver-short+} on MacOS, build the driver libraries from
222-
source. For installation instructions, see the :ref:`c-install-from-source`
223-
guide.
221+
You can use the `Homebrew package manager <https://brew.sh/>`__ to install
222+
the {+driver-short+} on MacOS. To do so, run the following command in
223+
your shell:
224224

225-
.. important:: Homebrew Limitations
225+
.. code-block:: bash
226226

227-
{+driver-short+} v{+version+} is not yet available to download
228-
from the `Homebrew package manager <https://formulae.brew.sh/formula/mongo-c-driver>`__.
229-
The ``brew install mongo-c-driver`` command installs driver v1.30.
230-
For v1.30 installation instructions, see the `v1.30 Get Started
231-
<https://www.mongodb.com/docs/languages/c/c-driver/v1.30/get-started/>`__ guide.
227+
brew install mongo-c-driver
232228

233229
After you complete these steps, you have the {+driver-short+} installed
234230
on your machine.

0 commit comments

Comments
 (0)