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.
56
56
.. procedure::
57
57
:style: normal
58
58
59
- .. step:: Download the tarball .
59
+ .. step:: Download the ZIP file .
60
60
61
61
Download the {+c2c-product-name+} ZIP file from the following
62
62
link:
@@ -73,14 +73,14 @@ the ZIP file.
73
73
74
74
#. Click :guilabel:`Download`.
75
75
76
- .. step:: Extract the files from the downloaded archive.
76
+ .. step:: Unzip the files from the downloaded archive.
77
77
78
- To extract ``mongosync``, use the ``tar `` command in a system
78
+ To unzip ``mongosync``, use the ``unzip `` command in a system
79
79
shell:
80
80
81
81
.. code-block:: bash
82
82
83
- tar xopf mongosync-*.zip
83
+ unzip mongosync-*.zip
84
84
85
85
.. step:: Ensure the binary is in a directory listed in your ``PATH`` environment variable.
86
86
You can’t perform that action at this time.
0 commit comments