File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- The ``mongosync `` binary is in the ``dist / `` directory of the
1
+ The ``mongosync `` binary is in the ``bin / `` directory of the
2
2
unpacked tarball. To add the location of the ``mongosync `` binary to
3
3
your ``PATH ``, do one of the following:
4
4
5
5
- Copy the binary into a directory listed in your ``PATH ``
6
6
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
8
8
extracted the ``tar `` file.)
9
9
10
10
.. code-block :: bash
11
11
12
- sudo cp /path/to/mongosync/dist /mongosync /usr/local/bin/
12
+ sudo cp /path/to/mongosync/bin /mongosync /usr/local/bin/
13
13
14
14
- Create symbolic links to the ``mongosync `` binary from a
15
15
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
17
17
location where you extracted the ``tar `` file.)
18
18
19
19
.. code-block :: bash
20
20
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
22
22
23
23
You can’t perform that action at this time.
0 commit comments