From 671f6c9e42df77e2071556c71b6fdcae8b8ab74f Mon Sep 17 00:00:00 2001 From: Junior Date: Sun, 15 Feb 2026 20:32:16 -0500 Subject: [PATCH] Fix the readme to reference the renamed config --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3cf6d6..ab8a510 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This small project provides a web based viewer for comics in the CBZ and CBR for * Create a MySQL/MariaDB database for the app with privileges granted to a user * Import the `install/initial_db_mysql.sql` database structure * Change the ownership of the `comics/` and `thumbs/` folders to the web server user -* Copy the `variables-dist.php` file to `variables.php` and edit that file appropriately +* Copy the `config-dist.php` file to `config.php` and edit that file appropriately * Set up the cron job for things in [cron/](cron/). If installing on a systemd OS see services below. ## Services