mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-10 05:56:29 +00:00
docs: Update docs to include npx (#81)
This commit is contained in:
parent
32456d2060
commit
991f2c7b85
1 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,9 @@ npm install --save-dev all-contributors-cli
|
||||||
Then init the project using `init` and answer a few questions:
|
Then init the project using `init` and answer a few questions:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
|
# Use npx for npm@^5.2.0
|
||||||
|
npx all-contributors init
|
||||||
|
# Or directly execute the bin
|
||||||
./node_modules/.bin/all-contributors init
|
./node_modules/.bin/all-contributors init
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue