File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -218,17 +218,13 @@ your operating system:
218
218
.. tab:: MacOS
219
219
:tabid: install-mac
220
220
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:
224
224
225
- .. important :: Homebrew Limitations
225
+ .. code-block :: bash
226
226
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
232
228
233
229
After you complete these steps, you have the {+driver-short+} installed
234
230
on your machine.
You can’t perform that action at this time.
0 commit comments