diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |