diff options
author | dedeibel | 2017-12-16 18:44:03 +0100 |
---|---|---|
committer | dedeibel | 2017-12-16 18:44:03 +0100 |
commit | 6dae087b1018aeb3575b809d605a3cc4bfbc2a02 (patch) | |
tree | 04a616ce15a1d4ade80a20a4fbe494305cfa4552 | |
parent | 20eda261f2527a47a7fe626af08e4dad19ac9a12 (diff) |
Added info about dependencies and testing the download
Diffstat (limited to '')
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |