aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 87073fd5..f4bde103 100644
--- a/readme.md
+++ b/readme.md
@@ -42,6 +42,12 @@ Check `docs/index.html` and `docs/dist/docs.js` for an example setup.
**Heads up:** the example `index.html` file needs to be served from a webserver (such as Apache, Nginx, IIS or similar) unless you change the file sources to include http or https. e.g. change `//cdn.plyr.io/1.5.9/plyr.js` to `https://cdn.plyr.io/1.5.9/plyr.js`
+### Node Package Manager (NPM)
+Using NPM, you can grab Plyr:
+```
+npm install plyr
+```
+
### Bower
If bower is your thang, you can grab Plyr using:
```