Skip to content

Commit 6d0c40c

Browse files
devversionandrewseguin
authored andcommitted
docs: add save option to npm install command (#2799)
* Adds the `--save` option to the `npm install` command for the material2-builds repository. Follow-Up PR to #2752 (comment)
1 parent 7b30fdc commit 6d0c40c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The latest release of Angular Material can be installed from npm
1818

1919
Playing with the latest changes from [master](https://github.com/angular/material2/tree/master) is also possible
2020

21-
`npm install https://github.com/angular/material2-builds.git`
21+
`npm install --save https://github.com/angular/material2-builds.git`
2222

2323
### Getting started
2424

0 commit comments

Comments
 (0)