aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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