Skip to content

Commit

Permalink
docs: add save option to npm install command (#2799)
Browse files Browse the repository at this point in the history
* Adds the `--save` option to the `npm install` command for the material2-builds repository.
  Follow-Up PR to #2752 (comment)
  • Loading branch information
devversion authored and andrewseguin committed Jan 26, 2017
1 parent 7b30fdc commit 6d0c40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6d0c40c

Please sign in to comment.