diff options
author | Jesús <heckyel@hyperbola.info> | 2021-08-09 22:09:04 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-08-09 22:09:04 -0500 |
commit | af1df3116180aa85c7d0c5c4d5aa93af8f18e7ea (patch) | |
tree | 002f9322cd5a6231f4fff794a6d30314fb2f7fda /youtube/static/modules/plyr/build-instructions.md | |
parent | 0e9c12b3a672531ca44f8436026fb16808978f53 (diff) | |
download | yt-local-af1df3116180aa85c7d0c5c4d5aa93af8f18e7ea.tar.lz yt-local-af1df3116180aa85c7d0c5c4d5aa93af8f18e7ea.tar.xz yt-local-af1df3116180aa85c7d0c5c4d5aa93af8f18e7ea.zip |
[plyr]: update
Diffstat (limited to 'youtube/static/modules/plyr/build-instructions.md')
-rw-r--r-- | youtube/static/modules/plyr/build-instructions.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/youtube/static/modules/plyr/build-instructions.md b/youtube/static/modules/plyr/build-instructions.md new file mode 100644 index 0000000..4323281 --- /dev/null +++ b/youtube/static/modules/plyr/build-instructions.md @@ -0,0 +1,23 @@ +# Build steps for Plyr (3.6.8) + +Tested on Hyperbola GNU with Linux-libre. + +First install npm (node package manager). + +Clone the repo to a location of your choosing: +``` +git clone https://git.sr.ht/~heckyel/plyr +cd plyr +``` + +Install Plyr's dependencies: +``` +npm install +``` + +Build with npm: +``` +npm run build +``` + +plyr.js and other files will be in the `dist` directory. |