diff options
author | dedeibel | 2017-12-16 19:59:12 +0100 |
---|---|---|
committer | dedeibel | 2017-12-16 19:59:12 +0100 |
commit | c6d44125911ad770726f83cc4a6b971b661e02e2 (patch) | |
tree | a8d77c3d309fbfef671e761dac9dde20fd317456 /README.md | |
parent | 38362dd135590a0d4627475a880030cea401a0bf (diff) | |
parent | 083c7fe0e8f875f54b857f34155d0b63ca627eb2 (diff) |
Merge branch 'events/34c3_test'
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 |