diff --git a/README.md b/README.md index c57e4b3..2632695 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# MariaDB Excel-like Web UI +# Turbo RFQ - MariaDB simple Web UI A lightweight PHP web application that provides an Excel-like interface for browsing and editing MariaDB tables. Users authenticate with **their own MariaDB credentials**, and the app works with *any* schema by reading metadata from `information_schema`. @@ -85,7 +85,7 @@ php -r "unlink('composer-setup.php');" ```bash cd /path/to -git clone mariadb-grid +git clone https://git.mchus.pro/mchus/turborfq.git mariadb-grid cd mariadb-grid ``` @@ -207,10 +207,5 @@ http://localhost:8080/ - Confirm credentials using `mysql` client or another tool. - Check firewall and bind-address on the MariaDB server. ---- -## License - -This project is intended as a starting point/template. -Use and adapt it freely within your environment and licensing requirements of the included libraries (e.g., Tabulator, Slim, etc.). ``` \ No newline at end of file