diff --git a/README.md b/README.md index a80a7e2..f16e05e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,11 @@ You can install the package globally and use it as command line tool: ```sh -$ npm i -g git-stats-importer +# Using npm +npm install --global git-stats-importer + +# Using yarn +yarn global add git-stats-importer ``` @@ -49,10 +53,14 @@ Documentation can be found at https://github.com/IonicaBizau/git-stats-importer ## :clipboard: Example -Here is an example how to use this package as library. To install it locally, as library, you can do that using `npm`: +Here is an example how to use this package as library. To install it locally, as library, you can do that using `npm` (or `yarn`): ```sh -$ npm i --save git-stats-importer +# Using npm +npm install --save git-stats-importer + +# Using yarn +yarn add git-stats-importer ``` @@ -114,9 +122,11 @@ There are few ways to get help: 1. Please [post questions on Stack Overflow](https://stackoverflow.com/questions/ask). You can open issues with questions, as long you add a link to your Stack Overflow question. 2. For bug reports and feature requests, open issues. :bug: + 3. For direct and quick help, you can [use Codementor](https://www.codementor.io/johnnyb). :rocket: + ## :memo: Documentation For full API reference, see the [DOCUMENTATION.md][docs] file. diff --git a/package.json b/package.json index e53f664..301caaf 100644 --- a/package.json +++ b/package.json @@ -67,4 +67,4 @@ "bloggify.json", "bloggify/" ] -} \ No newline at end of file +}