From 07c88849437a09909bf8c1b56cb992cb44139597 Mon Sep 17 00:00:00 2001 From: SeNS Date: Mon, 24 Jun 2024 20:14:56 -0400 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 188697c..ccba69d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,14 @@ The application uses PHP and a Python authentication service running on Apache2. - PHP 8.1 or higher - Python 3 - Required PHP extensions: `php-json`, `php-curl` -- PAM authentication for Python + +Hint: +``` +sudo apt update +sudo apt install apache2 +sudo apt install php libapache2-mod-php +sudo apt install python3 +``` ## Installation