From f87e81ed3dd0f70ded16cf440afc70eb9ba7baef Mon Sep 17 00:00:00 2001 From: Martin Walk Date: Thu, 15 Dec 2016 11:34:13 +0100 Subject: [PATCH] Update documentation of installation process --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0052719a67..d8264fced5 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ Currently this contains the [Angular 2 Universal Starter](https://github.com/ang - [Node.js](https://nodejs.org/) ## Installation -- `npm install` +- `npm run global` to install global dependencies +- `npm install` to install local dependencies ## Serve - `npm start` to build your client app and start a web server