Change instructions to reference new path for parsebooks

This commit is contained in:
Junior 2025-05-06 12:25:36 -04:00
parent 88231a9583
commit bb979200cd

View File

@ -8,4 +8,4 @@ A quick and dirty web interface to provide access for downloading e-books and se
* Execute: `composer install`
* Copy `variables-dist.php` to `variables.php` and edit appropriately
* Create database on SQL server, create a DB user for this application, and import the `books_initial.sql`
* Create a cron job that runs `install/parsebooks.php` daily
* Create a cron job that runs `scripts/parsebooks.php` daily