From cf9264a4c016f4158aee8e977eac266a966440f3 Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Wed, 25 Jan 2017 19:36:57 +0100 Subject: [PATCH] docs: add save option to npm install command * Adds the `--save` option to the `npm install` command for the material2-builds repository. Follow-Up PR to https://github.com/angular/material2/pull/2752#issuecomment-274332318 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c3eeb377e25..d81c230e8fd6 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The latest release of Angular Material can be installed from npm Playing with the latest changes from [master](https://github.com/angular/material2/tree/master) is also possible -`npm install https://github.com/angular/material2-builds.git` +`npm install --save https://github.com/angular/material2-builds.git` ### Getting started