readme: suggest local install over global

This commit is contained in:
silverwind 2019-06-27 19:30:01 +02:00
parent 929f9151c1
commit ba96aa9da5
Signed by: silverwind
GPG Key ID: 2E62B41C93869443

@ -11,17 +11,17 @@
## Usage
```console
$ npm i -g updates
$ npm i updates
```
Then, check for new updates:
```console
$ updates
$ npx updates
```
When changes are satisfactory, update `package.json` and re-install modules:
```console
$ updates -u && rm -rf node_modules && npm i
$ npx updates -u && rm -rf node_modules && npm i
```
## Options