From 329708a65c085b9eb1929355a601acb8b1089cf2 Mon Sep 17 00:00:00 2001 From: xavijam Date: Fri, 15 Jan 2016 13:21:22 +0100 Subject: [PATCH] Updated Readme, thanks @javierarce --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4912a51..4274da6 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ ### Installation As easy as: - ```npm install``` +- ```npm install -g markdown-styleguide-generator``` [StyleGenerator installation](https://www.npmjs.com/package/markdown-styleguide-generator#install) ### Build If you want to use any of the CartoAssets components, after the installation just run: @@ -15,6 +16,8 @@ If you want to use any of the CartoAssets components, after the installation jus It will generate a UI documentation about the components in this repository: - ```grunt dev``` +If you want to check the documenation, it is generated in the dist folder. + ### Publish a new version in NPM In order to publish a new version of CartoAssets you need to: