Skip to content

Commit 92a1651

Browse files
committed
(DOCSP-38068): Backport DOCSP-37881 to v1.16. (#321)
1 parent 3ef96f0 commit 92a1651

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

source/includes/fact-deploy-tutorial-prereqs.rst

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,41 +7,54 @@ Before you begin, complete the following prerequisites:
77

88
- Install the :ref:`{+atlas-cli+} <install-atlas-cli>`.
99

10-
**Example:**
10+
**Example (MacOS):**
1111

1212
.. code-block:: sh
1313
1414
brew install mongodb-atlas-cli
1515
16+
To learn about the {+atlas-cli+} install instructions for other
17+
operating systems, see :ref:`install-atlas-cli`.
18+
1619
- Install :mongosh:`mongosh </install>` version 2.0 or later.
1720

18-
**Example:**
21+
**Example (MacOS):**
1922

2023
.. code-block:: sh
2124
2225
brew install mongosh
2326
27+
To learn about the {+mongosh+} install instructions for other
28+
operating systems, see :mongosh:`Install mongosh </install>`.
29+
2430
- (Optional) Install :compass:`Compass </install>` version 1.39.4 or
2531
later.
2632

27-
**Example:**
33+
**Example (MacOS):**
2834

2935
.. code-block:: sh
3036
3137
brew install mongodb-compass
3238
39+
To learn about the Compass install instructions for other operating
40+
systems, see :compass:`Download and Install Compass </install>`.
41+
3342
- Install :dbtools:`MongoDB Database Tools
3443
</installation/installation/>`.
3544

36-
**Example:**
45+
**Example (MacOS):**
3746

3847
.. code-block:: sh
3948
4049
brew tap mongodb/brew && brew install mongodb-database-tools
4150
51+
To learn about the MongoDB Database Tools install instructions for
52+
other operating systems, see :dbtools:`Installing the Database Tools
53+
</installation/installation/>`.
54+
4255
- Install `Podman <https://podman.io/>`__ version 4.4 and later.
4356

44-
**Example:**
57+
**Example (MacOS):**
4558

4659
.. code-block:: sh
4760
@@ -50,4 +63,4 @@ Before you begin, complete the following prerequisites:
5063
.. note::
5164

5265
Podman requires a network connection for pulling and caching
53-
MongoDB images.
66+
MongoDB images.

0 commit comments

Comments
 (0)