File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -11,18 +11,28 @@ ref: install-bi-mac
1111level : 4
1212content : |
1313
14- a. Extract the downloaded ``.tar`` archive.
14+ a. Extract the downloaded ``.zip`` archive. Replace {SOURCE-PATH} with
15+ the path to the directory where you downloaded the ``.zip``
16+ archive. Replace {DESTINATION-PATH} with the path to the directory
17+ where you want to extract the archive.
1518
1619
1720 .. code-block:: sh
1821
19- tar -xvzf mongodb-bi-osx-x86_64-{version}.tgz
22+ unzip {SOURCE-PATH}/ mongodb-bi-osx-x86_64-{version}.zip -d {DESTINATION-PATH}
2023
21- b. Install the programs within the ``bin/`` directory into a directory
24+ b. Change to the ``mongodb-bi-osx-x86_64-{version}`` directory.
25+ Replace {DESTINATION-PATH} with the path to the directory
26+ where you extracted the archive in the previous step.
27+
28+ .. code-block:: sh
29+
30+ cd {DESTINATION-PATH}/mongodb-bi-osx-x86_64-{version}/
31+
32+ c. Install the programs within the ``bin/`` directory into a directory
2233 listed in your system ``PATH``. If a prior version exists,
2334 overwrite the binaries.
2435
25-
2636 .. code-block:: sh
2737
2838 sudo install -m755 bin/mongo* /usr/local/bin/
You can’t perform that action at this time.
0 commit comments