Skip to content

Commit 7beb08b

Browse files
devversionjelbourn
authored andcommitted
docs: explain that material2-builds needs cdk-builds (#5331)
* Recently the coercing has been moved to the cdk package and now the `material2-builds` repository has a peer dependency on the `cdk-builds`. The readme should be updated to also include the `cdk-builds` installation.
1 parent 85fb00a commit 7beb08b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ The latest release of Angular Material can be installed from npm
1818
`npm install @angular/material`
1919

2020
A snapshot build with the latest changes from
21-
[master](https://github.com/angular/material2/tree/master) is also available. Note that this
22-
snapshot build should not be considered stable and may break between releases.
21+
[master](https://github.com/angular/material2/tree/master) is also available.
22+
Note that this snapshot build should not be considered stable and may break between releases.
2323

24-
`npm install --save https://github.com/angular/material2-builds.git`
24+
`npm install --save angular/material2-builds angular/cdk-builds`
2525

2626
### Getting started
2727

0 commit comments

Comments
 (0)