aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-12-13 18:29:21 -0500
committerJesús <heckyel@hyperbola.info>2019-12-13 18:29:21 -0500
commit06fd7e8e15a6ba10cc211bb6a24bc0c0d372ca76 (patch)
treeb834d7cbc3ae15dcdee3a8e307d27ff9fb8fb063 /README.md
parent6bf28f116dbf5f288d1b766fff40273c8bf3f390 (diff)
downloadhypervideo-gui-06fd7e8e15a6ba10cc211bb6a24bc0c0d372ca76.tar.lz
hypervideo-gui-06fd7e8e15a6ba10cc211bb6a24bc0c0d372ca76.tar.xz
hypervideo-gui-06fd7e8e15a6ba10cc211bb6a24bc0c0d372ca76.zip
Add Makefile
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index c90d742..a2f5fa1 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,16 @@ For default, download path settings are saved in file
Just set up Python3 with libraries PyQt5.
`cd` to the repository path, and then `python script.py`.
+## GENERATE TARBALL
+
+Require `pandoc` for generate README.txt
+
+ # pacman -S pandoc
+
+Run this to generate tarball:
+
+ $ make dist
+
### Troubleshooting
Make sure you have the latest version of hypervideo! Use `pacman -Sy hypervideo`in the command line.
For downloading audio only, you may need to install ffmpeg to handle the mp4 -> mp3 conversion