From d208f102dd4ac3f55d991e38ef71904e713b6be3 Mon Sep 17 00:00:00 2001 From: r4sas Date: Wed, 9 Aug 2023 23:24:03 +0000 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16db777..13691dd 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Installation 1. Clone repository in your webserver working directory. Note: that must not be `/var/www/html` or something like this, your webserver must point to `public` directory of forked project. 2. Fetch requirements by runnning `composer update`. -3. Copy `config.php.dist` to `config.php` and conigure project for your needs +3. Copy `config.dist.php` to `config.php` and conigure project for your needs 4. Point your webserver to serving webpages from `public` directory. 5. Create cron jobs for quering and updating hosts lists.