diff --git a/README.md b/README.md index bf0df70..6ac5fa3 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ [![Shell](https://img.shields.io/badge/shell-bash-121011)](#) [![WebServer](https://img.shields.io/badge/server-nginx-009639)](#) [![PHP](https://img.shields.io/badge/php-fpm-777BB4)](#) -[![DB](https://img.shields.io/badge/server-mariadb-003545)](#) +[![MariaDB](https://img.shields.io/badge/db-mariadb-003545)](#) +[![MySQL](https://img.shields.io/badge/db-mysql-4479A1)](#) [![App](https://img.shields.io/badge/app-wordpress-21759B)](#) [![License](https://img.shields.io/badge/License-MIT-green)](./LICENSE) @@ -11,7 +12,9 @@ Installs and configures the **latest stable release of WordPress** on Ubuntu 24. This is a **production-focused installer**, not a demo. -It assumes Nginx, PHP-FPM, and MariaDB are already installed and running. +It assumes Nginx, PHP-FPM, and either MariaDB or MySQL are already installed and running. + +This script works with both MariaDB and MySQL, with or without socket authentication. ---