From 05a6b41b03f8ca713a733adfae79ba16e382bb7d Mon Sep 17 00:00:00 2001 From: Jeroen Engels Date: Tue, 1 Mar 2016 00:55:25 +0100 Subject: [PATCH] Add installation command in README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c4078f..71e9395 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,17 @@ This is a tool to help automate adding contributor acknowledgements according to the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. +## Installation + +You can install it via `npm`: +``` +npm install all-contributors-cli +``` + ## Usage ``` -# Add new contributor , who a contribution of type +# Add new contributor , who made a contribution of type all-contributors add # Example: all-contributors add jfmengels code,doc