From 12756c2fa2fb995208f29599bd0d2c4fe3b0e704 Mon Sep 17 00:00:00 2001 From: allan Date: Sat, 29 Nov 2025 13:52:44 +0100 Subject: [PATCH] added mysql installer link --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1f89c42..3c988da 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,11 @@ You must already have: ✔ MariaDB/MySQL running ✔ Port **3000 free during install** (temporary only) -Installers if needed: +### Optional Installers (if you need them — saves you some googling) -https://git.x-files.dk/webserver/nginx-ubuntu -https://git.x-files.dk/database/mariadb-ubuntu +- [Install Nginx + PHP-FPM on Ubuntu](https://git.x-files.dk/webserver/nginx-ubuntu) +- [Install MariaDB on Ubuntu](https://git.x-files.dk/database/mariadb-ubuntu) +- [Install MySQL on Ubuntu](https://git.x-files.dk/database/mysql-ubuntu) ---