diff options
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. |