From 6dae087b1018aeb3575b809d605a3cc4bfbc2a02 Mon Sep 17 00:00:00 2001 From: dedeibel Date: Sat, 16 Dec 2017 18:44:03 +0100 Subject: Added info about dependencies and testing the download --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 8bcbe12..ea05c8e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,19 @@ Press Ctrl-C to quit. Unterstützt wird PHP ab 5.4. +### Abhängigkeiten +``` +apt install php7.0-curl php7.0-xml +# - or - +apt install php-curl php-xml +``` + +#### Dateidownload testen + +``` +./download.sh +``` ## Setup -- cgit v1.2.3