Skip to content

Commit

Permalink
Update README linking instructions
Browse files Browse the repository at this point in the history
The artifacts are no longer included in the development repository and
need to be built first.
  • Loading branch information
passy committed May 9, 2015
1 parent 787aa92 commit 1240735
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,13 @@ We provide compiled CSS and JS (`material.*`), as well as compiled and minified

### Download

Clone or [download](https://github.com/google/material-design-lite/archive/master.zip) this repository
and reference the following files in your project:
Clone or
[download](https://github.com/google/material-design-lite/archive/master.zip)
this repository, [build it](#development) and reference the following files in your project:

```html
<script src="js/material.min.js"></script>
<link rel="stylesheet" href="css/material.min.css">
<script src="dist/js/material.min.js"></script>
<link rel="stylesheet" href="dist/css/material.min.css">
```

You will want to include the entire package to ensure optional assets like images or fonts are correctly
Expand Down

0 comments on commit 1240735

Please sign in to comment.