Fix the readme to reference the renamed config

This commit is contained in:
Junior 2026-02-15 20:32:16 -05:00
parent 4317dd1637
commit 671f6c9e42

View File

@ -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 * Create a MySQL/MariaDB database for the app with privileges granted to a user
* Import the `install/initial_db_mysql.sql` database structure * Import the `install/initial_db_mysql.sql` database structure
* Change the ownership of the `comics/` and `thumbs/` folders to the web server user * 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. * Set up the cron job for things in [cron/](cron/). If installing on a systemd OS see services below.
## Services ## Services