From 39a2f2f3b54c97fd288e8066a58a1ea603394cb9 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Tue, 12 Dec 2017 22:29:04 +0100 Subject: [PATCH] Docufix --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 71cc88b3..104dbb7b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -83,7 +83,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.