You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,26 @@ If you have any issues in these implementations, you can report them here! :)
18
18
19
19
For the full story of HTML5 Shiv and all of the people involved in making it, read [The Story of the HTML5 Shiv](http://paulirish.com/2011/the-history-of-the-html5-shiv/).
20
20
21
+
## Installation
22
+
23
+
###Using [Bower](http://bower.io/)
24
+
25
+
`bower install html5shiv --save-dev`
26
+
27
+
This will clone the latest version of the HTML5 shiv into the `components` directory at the root of your project and also create or update the file `bower.json` which specifies your projects dependencies.
28
+
29
+
Include the HTML5 shiv at the top of your `<head>` in a conditional comment before any stylesheets.
Download and extract the [latest zip package](https://github.com/aFarkas/html5shiv/archive/master.zip) from this repositiory and copy the two files `dist/html5shiv.js` and `dist/html5shiv-printshiv.js` into your project. Then include them into your `<head>` as above
40
+
21
41
## HTML5 Shiv API
22
42
23
43
HTML5 Shiv works as a simple drop-in solution. In most cases there is no need to configure HTML5 Shiv or use methods provided by HTML5 Shiv.
0 commit comments