diff --git a/README.md b/README.md index 5a1624a..d2a849e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ First of all, read this basic guideline of requirements: - You need any **standalone web server** with any **PHP** version you can/want (also see the "Package requirements" below). - Make sure the **web server has access** to your Mastodon/Pixelfed (or whatever): web (via HTTP), database (via IP:PORT), redis (via IP:PORT)... (the needed services to be accessed, depends on the instance managed and configured in the web interface). - **No need for any database** for saving this web application's data: instance configuration, manager users, jobs... It is saved in common files. -- Copy **config/application.php.example** to **config/application.php** and modify it to your needs. +- Copy `config/*.php.example` to `config/*.php` and modify it to your needs. - For **background jobs**, you only need to run the cron.php script with **php cron.php** or **php /your/deployed/path/cron.php** in any way you want. Also the interval to run this job can be anyone you want (1 minute, 5 minutes or even more...). (The recommended setting is to run every minute). ### Package requirements