Skip to content

Commit 15a5469

Browse files
authored
Merge pull request #383 from sarahsimpers/DOCSP-23677
(DOCSP-23677) Updates Mac install instructions to use zip archive
2 parents 67675bd + b19b698 commit 15a5469

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

source/includes/steps-install-bi-connector-macos.yaml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,28 @@ ref: install-bi-mac
1111
level: 4
1212
content: |
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/

0 commit comments

Comments
 (0)