+ added dependency list to readme

merge-requests/6/head
Dominika Liberda 2021-08-29 10:38:35 +00:00
parent 7b3c3b87e9
commit 3ac37c0c39
1 changed files with 22 additions and 0 deletions

View File

@ -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.