From fd27382a9aeaff8a6735a85712d4142f0b795976 Mon Sep 17 00:00:00 2001 From: Come_744 Date: Thu, 3 Oct 2019 16:01:49 +0200 Subject: [PATCH] Add `npm i` command to README.md This might be useful to newcomers. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7ebf0ba8..d2ef16be 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,7 @@ Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protrac ## Further help +Before using ng for the first time in this project, use `npm i` to install needed npm modules. + To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md). +