update readme

This commit is contained in:
ghost 2024-02-12 16:20:27 +02:00
parent 0c6437b858
commit f9288e10b0

View File

@ -6,5 +6,7 @@
## Install ## Install
* `composer create-project kvazar/crawler` * `composer create-project kvazar/crawler crawler`
* Add crontab task `crontab -e`: `* * * * * php kvazar/crawler/src/index.php` * `cd crawler`
* `cp example/config.json config.json`
* `crontab -e`:`* * * * * php kvazar/crawler/src/index.php`