Skip to content

Commit

Permalink
update bin name
Browse files Browse the repository at this point in the history
  • Loading branch information
boly38 committed Apr 20, 2024
1 parent 0e556e6 commit 2c4ba75
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,12 @@ You should decide to install it globally without getting source or by cloning re
```bash
npm install -g node-mongotools@latest
```
When using a global install `mt` command must be directly available (ie. you can replace `node mt` by `mt` in examples).
When using a global install `node-mongotools` command must be directly available (ie. you can replace `node mt` by `node-mongotools` in examples).

You could revert thins by using
```bash
npm uninstall -g node-mongotools
```

### Install by getting source
```bash
Expand All @@ -53,7 +58,7 @@ source your options
# create a mongo dump
node mt dump
# or if you rely on a global install
# mt dump
# node-mongotools dump
# apply the same logic for next examples

# create a encrypted mongo dump
Expand Down

0 comments on commit 2c4ba75

Please sign in to comment.