File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -218,13 +218,17 @@ your operating system:
218218 .. tab:: MacOS
219219 :tabid: install-mac
220220
221- You can download the {+driver-short+} on MacOS by using the `Homebrew
222- package manager <https://brew.sh/>`__. To do so, run the following command in
223- your shell:
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.
224224
225- .. code-block :: bash
225+ .. important :: Homebrew Limitations
226226
227- brew install mongo-c-driver
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.
228232
229233After you complete these steps, you have the {+driver-short+} installed
230234on your machine.
You can’t perform that action at this time.
0 commit comments