@@ -12,7 +12,7 @@ source:
1212 ref : shell-connect-with-shell-button
1313 file : steps-connect-shell.yaml
1414---
15- title : " Click :guilabel:`I do not have the Mongo Shell Installed`."
15+ title : " Click :guilabel:`I do not have the MongoDB Shell Installed`."
1616ref : shell-not-installed-step3
1717level : 4
1818stepnum : 3
@@ -23,62 +23,59 @@ ref: shell-not-installed-step4
2323level : 4
2424stepnum : 4
2525---
26- title : " Download the ``mongo`` shell."
26+ title : " Download the MongoDB shell, |mongosh| ."
2727ref : shell-download
2828level : 4
2929stepnum : 5
3030content : |
3131 - If you are using :guilabel:`Windows` or :guilabel:`Linux`, you can
3232 choose to either download the shell directly, or fetch the shell
33- via URL.
33+ via URL. For Linux, the type of file you download depends on the operating system you selected. If you select a version of:
34+
35+ - **Ubuntu or Debian** you receive a ``.deb`` package.
36+ - **RHEL, Amazon Linux, or SUSE** you receive an ``.rpm`` package.
37+
38+ If your operating system isn't listed, see the :mongosh:`.tgz
39+ installation instructions </install>` in the |mongosh|
40+ documentation.
3441
3542 - If you are using :guilabel:`macOS`, you can use the provided
36- Homebrew command to download the shell.
43+ Homebrew command to download or go to the `MongoDB Shell
44+ page <https://www.mongodb.com/try/download/shell>`__ to download
45+ |mongosh|.
3746 ---
38- title : " Add the ``mongo`` shell to your system path."
47+ title : " Install and add ``mongosh``, if necessary, to your system path."
3948ref : shell-system-path
4049level : 4
4150stepnum : 6
4251content : |
43- To run the :binary:`~bin.mongo` shell from your terminal, you must
44- add the shell to your system path. Select the appropriate tab based
45- on your operating system:
52+ To run the MongoDB shell from your terminal, you must add the shell
53+ to your system path. Select the appropriate tab based on your
54+ operating system:
4655
4756 .. include:: /includes/fact-add-shell-to-path.rst
4857
49- You should now be able to run the ``mongo`` shell using your terminal.
58+ You should now be able to run |mongosh| using your terminal.
5059 ---
51- title : " Test your ``mongo`` shell installation."
60+ title : " Test your |mongosh| installation."
5261optional : true
5362ref : shell-test-install
5463level : 4
5564stepnum : 7
5665content : |
57- To see if you have correctly added the ``mongo`` shell to
58- your system path, run the following command in your terminal:
66+ To see if you have correctly added |mongosh| to your system path,
67+ run the following command in your terminal:
5968
6069 .. code-block:: none
6170
62- mongo --version
71+ mongosh --version
6372
6473 You should see an output similar to the following:
6574
6675 .. code-block:: none
6776 :copyable: false
6877
69- MongoDB shell version v4.4.1
70- Build Info: {
71- "version": "4.4.1",
72- "gitVersion": "ad91a93a5a31e175f5cbf8c69561e788bbc55ce1",
73- "modules": [
74- "enterprise"
75- ],
76- "allocator": "system",
77- "environment": {
78- "distarch": "x86_64",
79- "target_arch": "x86_64"
80- }
81- }
78+ 1.0.0
8279 ---
8380ref : shell-not-installed-step8
8481level : 4
0 commit comments