Skip to content

Commit f2c1c20

Browse files
committed
DOCSP-50490: Homebrew warning for 2.0 (#122)
* DOCSP-50490: Homebrew warning for 2.0 * edits * EC feedback * build * EC feedback 2 * build (cherry picked from commit 1697009)
1 parent 679c351 commit f2c1c20

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

source/get-started.txt

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff 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

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

0 commit comments

Comments
 (0)