From 5a57578b47c74f68277b78adb1dd53c9b1ba4f0f Mon Sep 17 00:00:00 2001 From: Maxime GRIS Date: Mon, 3 Apr 2017 15:24:42 +0200 Subject: [PATCH] Update README with angular-cli doc --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 029906cfc..0f3f8a92f 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,14 @@ Install dependencies with your favorite dependency manager (npm or yarn) : npm install ``` +If you want to use Angular-cli to generate components & co, you must to install it globally. +Please follow [Angular-cli documentation](https://github.com/angular/angular-cli) if you had installed an old version of angular-cli and need to upgrade it. + +``` bash +npm install -g @angular/cli +``` + + ## To build for development **in a terminal window** -> npm start