diff options
author | Sam Potts <me@sampotts.me> | 2015-02-17 15:54:02 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-02-17 15:54:02 +1100 |
commit | c0254d76e34e8a7c8cab51d1d4de65a3cdac5e5c (patch) | |
tree | e9f1d65159389306ea4b2209f66ad7f700646a1c /readme.md | |
parent | d00b9dc44b7210b418bbc7c8f970c569eb7a5952 (diff) | |
download | plyr-c0254d76e34e8a7c8cab51d1d4de65a3cdac5e5c.tar.lz plyr-c0254d76e34e8a7c8cab51d1d4de65a3cdac5e5c.tar.xz plyr-c0254d76e34e8a7c8cab51d1d4de65a3cdac5e5c.zip |
Added bower reference
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -22,6 +22,13 @@ We wanted a lightweight, accessible and customisable media player that just supp ## Implementation +### Bower +If bower is your thang, you can grab Plyr using: +``` +bower install plyr +``` +More info on setting up dependencies can be found in the [Bower Docs](http://bower.io/docs/creating-packages/#maintaining-dependencies) + ### CSS If you want to use the default css, add the css file from /dist into your head, or even better use the less file included in /assets in your build to save a request. |