@@ -7,41 +7,54 @@ Before you begin, complete the following prerequisites:
7
7
8
8
- Install the :ref: `{+atlas-cli+} <install-atlas-cli >`.
9
9
10
- **Example: **
10
+ **Example (MacOS) : **
11
11
12
12
.. code-block :: sh
13
13
14
14
brew install mongodb-atlas-cli
15
15
16
+ To learn about the {+atlas-cli+} install instructions for other
17
+ operating systems, see :ref: `install-atlas-cli `.
18
+
16
19
- Install :mongosh: `mongosh </install> ` version 2.0 or later.
17
20
18
- **Example: **
21
+ **Example (MacOS) : **
19
22
20
23
.. code-block :: sh
21
24
22
25
brew install mongosh
23
26
27
+ To learn about the {+mongosh+} install instructions for other
28
+ operating systems, see :mongosh: `Install mongosh </install> `.
29
+
24
30
- (Optional) Install :compass: `Compass </install> ` version 1.39.4 or
25
31
later.
26
32
27
- **Example: **
33
+ **Example (MacOS) : **
28
34
29
35
.. code-block :: sh
30
36
31
37
brew install mongodb-compass
32
38
39
+ To learn about the Compass install instructions for other operating
40
+ systems, see :compass: `Download and Install Compass </install> `.
41
+
33
42
- Install :dbtools: `MongoDB Database Tools
34
43
</installation/installation/> `.
35
44
36
- **Example: **
45
+ **Example (MacOS) : **
37
46
38
47
.. code-block :: sh
39
48
40
49
brew tap mongodb/brew && brew install mongodb-database-tools
41
50
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
+
42
55
- Install `Podman <https://podman.io/ >`__ version 4.4 and later.
43
56
44
- **Example: **
57
+ **Example (MacOS) : **
45
58
46
59
.. code-block :: sh
47
60
@@ -50,4 +63,4 @@ Before you begin, complete the following prerequisites:
50
63
.. note ::
51
64
52
65
Podman requires a network connection for pulling and caching
53
- MongoDB images.
66
+ MongoDB images.
0 commit comments