Skip to content

Commit d695ef0

Browse files
authored
DOCSP-41453 macOS-install-instructions (#340)
* DOCSP-41453 macOS-install-instructions * * * * * *
1 parent 163a0d8 commit d695ef0

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

source/includes/steps-install-shell-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ content: |
2323
.. code-block:: sh
2424
2525
sudo cp mongosh /usr/local/bin/
26-
sudo cp mongosh_crypt_v1.so /usr/local/lib/
26+
sudo cp mongosh_crypt_v1.dylib /usr/local/lib/
2727
2828
- Create symbolic links to the ``MongoDB Shell``. Switch to the
2929
directory where you extracted the files from the ``.tgz`` archive.

source/includes/steps-install-shell-macos.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@ level: 4
1111
content: |
1212
Download the appropriate version of ``mongosh`` for your operating
1313
system. MongoDB provides versions of ``mongosh`` for Intel and ARM
14-
architectures.
15-
16-
See the `MongoDB Download Center
17-
<https://www.mongodb.com/try/download/shell?jmp=docs>`__.
18-
14+
architectures.
1915
---
2016
title: "Extract the files from the downloaded archive."
2117
ref: extract-zip-macos

0 commit comments

Comments
 (0)