Skip to content

Commit 951b49b

Browse files
author
Dave Cuthbert
authored
DOCSP-23077 Directory structure has changed (#25)
1 parent d3b9532 commit 951b49b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/includes/step-update-path.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
The ``mongosync`` binary is in the ``dist/`` directory of the
1+
The ``mongosync`` binary is in the ``bin/`` directory of the
22
unpacked tarball. To add the location of the ``mongosync`` binary to
33
your ``PATH``, do one of the following:
44

55
- Copy the binary into a directory listed in your ``PATH``
66
variable, such as ``/usr/local/bin``. (Update
7-
``/path/to/mongosync/dist`` to reflect the location where you
7+
``/path/to/mongosync/bin`` to reflect the location where you
88
extracted the ``tar`` file.)
99

1010
.. code-block:: bash
1111
12-
sudo cp /path/to/mongosync/dist/mongosync /usr/local/bin/
12+
sudo cp /path/to/mongosync/bin/mongosync /usr/local/bin/
1313
1414
- Create symbolic links to the ``mongosync`` binary from a
1515
directory such as ``/usr/local/bin`` that is already in your
16-
``PATH``. (Update ``/path/to/mongosync/dist`` to reflect the
16+
``PATH``. (Update ``/path/to/mongosync/bin`` to reflect the
1717
location where you extracted the ``tar`` file.)
1818

1919
.. code-block:: bash
2020
21-
sudo ln -s /path/to/mongosync/dist/mongosync /usr/local/bin/mongosync
21+
sudo ln -s /path/to/mongosync/bin/mongosync /usr/local/bin/mongosync
2222
2323

0 commit comments

Comments
 (0)