File tree Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -25,17 +25,16 @@ content: |
2525 tar -zxvf mongosh-{+version+}-linux-x64.tgz
2626
2727 The extracted ``bin`` folder contains two binaries: ``mongosh`` and
28- ``mongocryptd-mongosh ``.
28+ ``mongosh_csfle_v1.so ``.
2929
3030 If your web browser automatically extracts the archive as part of the
3131 download or you extract the archive without the ``tar`` command,
32- you may need to make the binaries executable. Run the following
33- commands from the directory where you extracted the archive:
32+ you may need to make the binary executable. Run the following
33+ command from the directory where you extracted the archive:
3434
3535 .. code-block:: sh
3636
3737 chmod +x bin/mongosh
38- chmod +x bin/mongocryptd-mongosh
3938 ---
4039title : " Add the downloaded binaries to your ``PATH`` environment
4140 variable."
@@ -52,7 +51,7 @@ content: |
5251 .. code-block:: sh
5352
5453 sudo cp mongosh /usr/local/bin/
55- sudo cp mongocryptd-mongosh /usr/local/bin /
54+ sudo cp mongosh_csfle_v1.so /usr/local/lib /
5655
5756 - Create symbolic links to the ``MongoDB Shell``. Switch to the
5857 directory where you extracted the files from the ``.tgz`` archive.
Original file line number Diff line number Diff line change @@ -22,17 +22,16 @@ content: |
2222 unzip mongosh-{+version+}-darwin-x64.zip
2323
2424 The extracted ``bin`` folder contains two binaries: ``mongosh`` and
25- ``mongocryptd-mongosh ``.
25+ ``mongosh_csfle_v1.dylib ``.
2626
2727 If your web browser automatically extracts the archive as part of the
2828 download or you extract the archive without the ``unzip`` command,
29- you may need to make the binaries executable. Run the following
30- commands from the directory where you extracted the archive:
29+ you may need to make the binary executable. Run the following
30+ command from the directory where you extracted the archive:
3131
3232 .. code-block:: sh
3333
3434 chmod +x bin/mongosh
35- chmod +x bin/mongocryptd-mongosh
3635 ---
3736source :
3837 file : steps-install-shell-base.yaml
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ Bulk Operation Methods
136136
137137 - Adds an insert operation to a bulk operations list.
138138
139- * - :method:`Bulk.tojson ()`
139+ * - :method:`Bulk.toJSON ()`
140140
141141 - Returns a JSON document that contains the number of operations and
142142 batches in the :method:`Bulk()` object.
You can’t perform that action at this time.
0 commit comments