From e64586f57a0eb363511456c19367d2277621fac0 Mon Sep 17 00:00:00 2001 From: nickwilmes Date: Thu, 28 Sep 2017 10:29:25 -0700 Subject: [PATCH] Update installation to be more discriptive For those who are unfamiliar with npm, showing the -g option in the installation instructions will prevent much confusion. --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8766c4..99ad26e 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,14 @@ _(TOC generated by [verb](https://github.com/verbose/verb) using [markdown-toc]( ## Install -Install with [npm](https://www.npmjs.com/): +Install with [npm](https://www.npmjs.com/) +Install to your global set of commands: +```sh +$ npm install -g markdown-toc +``` + +Install to your local npm project: ```sh $ npm install --save markdown-toc ``` @@ -356,4 +362,4 @@ Released under the [MIT License](LICENSE). *** -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on September 19, 2017._ \ No newline at end of file +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on September 19, 2017._