aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static/modules/plyr/build-instructions.md
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-08-09 22:09:04 -0500
committerJesús <heckyel@hyperbola.info>2021-08-09 22:09:04 -0500
commitaf1df3116180aa85c7d0c5c4d5aa93af8f18e7ea (patch)
tree002f9322cd5a6231f4fff794a6d30314fb2f7fda /youtube/static/modules/plyr/build-instructions.md
parent0e9c12b3a672531ca44f8436026fb16808978f53 (diff)
downloadyt-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.md23
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.