From 991f2c7b85b6aadc8724087e0695169a546385cf Mon Sep 17 00:00:00 2001 From: Divjot Singh Date: Fri, 9 Feb 2018 21:41:28 +0530 Subject: [PATCH] docs: Update docs to include npx (#81) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 29bace1..d8c9293 100644 --- a/README.md +++ b/README.md @@ -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 ```