File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments