docs: Update docs to include npx (#81)

This commit is contained in:
Divjot Singh 2018-02-09 21:41:28 +05:30 committed by Kent C. Dodds
parent 32456d2060
commit 991f2c7b85

View file

@ -56,6 +56,9 @@ npm install --save-dev all-contributors-cli
Then init the project using `init` and answer a few questions:
```console
# Use npx for npm@^5.2.0
npx all-contributors init
# Or directly execute the bin
./node_modules/.bin/all-contributors init
```