From 3a5030324f77e838f4b4449df489f55675cabcec Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Mon, 6 Jan 2020 15:57:17 +0100 Subject: [PATCH] Update REQUIREMENTS.md --- docs/docs/REQUIREMENTS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/REQUIREMENTS.md b/docs/docs/REQUIREMENTS.md index 269be4bb..413ca524 100644 --- a/docs/docs/REQUIREMENTS.md +++ b/docs/docs/REQUIREMENTS.md @@ -13,9 +13,9 @@ To install MadelineProto dependencies on `Ubuntu`, `Debian`, `Devuan`, or any ot sudo apt-get install python-software-properties software-properties-common sudo LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php sudo apt-get update -sudo apt-get install php7.4 php7.4-dev php7.4-fpm php7.4-xml php7.4-zip php7.4-gmp php7.4-cli php7.4-mbstring php7.4-json git -y +sudo apt-get install php7.4 php7.4-dev php7.4-xml php7.4-zip php7.4-gmp php7.4-cli php7.4-mbstring php7.4-json git -y ``` Next, follow the instructions on [voip.madelineproto.xyz](https://voip.madelineproto.xyz) and [prime.madelineproto.xyz](https://prime.madelineproto.xyz) to install libtgvoip and PrimeModule. -Next section \ No newline at end of file +Next section