From 2fec5f6c3f607526d36044b28215c0ade1cbac03 Mon Sep 17 00:00:00 2001 From: ~/Saleh Date: Tue, 12 Dec 2017 22:55:13 +0300 Subject: [PATCH] update extensions (#252) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd4a5422..3e578b3a 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ curl https://daniil.it/php.sh | sudo bash -e On other platforms, use [Google](https://google.com) to find out how to install the following dependencies: -You *must* install the `php-mbstring`, `php-curl`, `php-sockets`, `php-xml` extensions. +You *must* install the `php-mbstring`, `php-curl`, `php-sockets`, `php-xml`, `php-zip` extensions. You *must* install the `php-lua` extension if you want to use MadelineProto in lua, see [HERE](#lua-binding) for info on how use MadelineProto in lua.