From 3ac37c0c39ac0abbb0a91af07421b8db46628bf6 Mon Sep 17 00:00:00 2001 From: Dominika Liberda Date: Sun, 29 Aug 2021 10:38:35 +0000 Subject: [PATCH] + added dependency list to readme --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index d395aba..55eed56 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,28 @@ a YouTube frontend written in Bash using [Haruhi-DL](https://haruhi.download/). 2. Clone this repository into `app` under HTTP.sh 3. `./http.sh` +## Dependencies + +This application has been tested on Void Linux and Alpine Linux. Below, I present a comprehensive list of packages needed to run it under alpine: + +``` +curl +file +findutils +grep +jq +nmap-ncat +python3 +sed +socat +util-linux +xxd +``` + +Some functionality may be limited without installing the `coreutils` package, but because I love GNU as much as the next person, I strive to make BashTube fully compatible with BusyBox. + +Additionally, you need to install haruhi-dl, either by obtaining the source tree or by downloading the binary release from pip. + ## Contributing If you wish, write to me (ja at sdomi.pl), and we'll be in touch.