Skip to content

Commit 11649f8

Browse files
authored
DOCSP-35742 Fixes Mac Extraction (#221)
* DOCSP-35742 Fixes Mac Extraction * fixes build issue
1 parent f2d19d2 commit 11649f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/installation/install-on-macos.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ the ZIP file.
5656
.. procedure::
5757
:style: normal
5858

59-
.. step:: Download the tarball.
59+
.. step:: Download the ZIP file.
6060

6161
Download the {+c2c-product-name+} ZIP file from the following
6262
link:
@@ -73,14 +73,14 @@ the ZIP file.
7373

7474
#. Click :guilabel:`Download`.
7575

76-
.. step:: Extract the files from the downloaded archive.
76+
.. step:: Unzip the files from the downloaded archive.
7777

78-
To extract ``mongosync``, use the ``tar`` command in a system
78+
To unzip ``mongosync``, use the ``unzip`` command in a system
7979
shell:
8080

8181
.. code-block:: bash
8282

83-
tar xopf mongosync-*.zip
83+
unzip mongosync-*.zip
8484

8585
.. step:: Ensure the binary is in a directory listed in your ``PATH`` environment variable.
8686

0 commit comments

Comments
 (0)