From 6d5e1e526ffe993dd6b6128341e346289495cd1b Mon Sep 17 00:00:00 2001 From: Zaoqi Date: Mon, 23 Dec 2019 08:31:25 +0800 Subject: [PATCH] Update README.md: Requirements for Termux (#9) Co-authored-by: Roberto MF --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 36c2865..0a5369e 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ On Debian/Ubuntu systems, run `sudo apt install xmlstarlet` On Arch Linux, run `sudo pacman -S xmlstarlet` +Furthermore, on some barebones, Busybox-based systems (like Termux or Alpine Linux), the following packages need to be manually installed: `bash`, `findutils`, `gawk`, `wget`, `zip` + ### Build ZIP Run the `build-zip.sh` shell script: