From abbe449c641ba45616c2ce5bf8d8b69e9eedf2d3 Mon Sep 17 00:00:00 2001 From: Yassine Doghri Date: Wed, 23 Mar 2022 11:23:47 +0000 Subject: [PATCH] docs: update features to add WebSub and polish language + add exif requirements to install closes #185 --- docs/src/getting-started/install.md | 3 ++- docs/src/index.md | 13 ++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/src/getting-started/install.md b/docs/src/getting-started/install.md index 2a72ada3..7d35b296 100644 --- a/docs/src/getting-started/install.md +++ b/docs/src/getting-started/install.md @@ -23,6 +23,7 @@ PHP version 8.0 or higher is required, with the following extensions installed: - [mbstring](https://php.net/manual/en/mbstring.installation.php) - [gd](https://www.php.net/manual/en/image.installation.php) with **JPEG**, **PNG** and **WEBP** libraries. +- [exif](https://www.php.net/manual/en/exif.installation.php) Additionally, make sure that the following extensions are enabled in your PHP: @@ -155,7 +156,7 @@ Docker