From cc47e7321cfe9a10c6492781e07fe0d16b96ac73 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Sun, 2 Apr 2023 16:39:09 +0200 Subject: [PATCH] :memo: add info about version dependencies --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bbb3a2c..24b2991 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Improved mail notifications for Untis ## Setup Instructions -Install php 8.2: +Install php (change `8.2` to latest version, anything `8.x` should work): ```console # apt install lsb-release ca-certificates apt-transport-https software-properties-common gnupg2 # echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/sury-php.list @@ -20,7 +20,7 @@ Clone git repository: # cd untisbot ``` -Install PHPMailer Library: +Install PHPMailer Library (change `6.8.0` to latest version, anything `6.x.x` should work): ```console # git clone https://github.com/PHPMailer/PHPMailer --branch v6.8.0 ```