From 33558cf2a301fbcb1d5ccd620d2de1f8e35b1655 Mon Sep 17 00:00:00 2001 From: Marco Dickert Date: Thu, 27 Jul 2017 12:31:13 +0200 Subject: [PATCH] Adjusted requirements --- README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1a3ba9f..de79fe1 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,19 @@ The IFM uses the following resources: * image preview ## requirements -| Client | Server | -|:--------------------------------- |:------------------------------------------------------------ | -| HTML5 and CSS3 compatible browser | PHP >= 5.5 (only if using auth; if not PHP 5.4 works either) | -| activated JavaScript | optional: cURL extention (for remote upload) | + +* Client + * HTML5 and CSS3 compatible browser + * activated javascript +* Server + * PHP >= 5.5 + * extensions + * bz2 + * curl (for remote upload) + * json + * phar (for tar support) + * zip + * zlib ## installation Just copy the ifm.php to your webspace - thats all :)