update readme

This commit is contained in:
ghost 2024-02-13 02:10:53 +02:00
parent 8b05f39713
commit 02dde4cc63

View File

@ -6,8 +6,9 @@
## Install ## Install
* `composer create-project kvazar/crawler crawler` * `git clone https://github.com/kvazar-network/crawler.git`
* `cd crawler` * `cd crawler`
* `composer update`
* `cp example/config.json config.json` * `cp example/config.json config.json`
* `crontab -e`:`* * * * * php kvazar/crawler/src/index.php` * `crontab -e`:`* * * * * php kvazar/crawler/src/index.php`
* drop index: `php kvazar/crawler/src/index.php drop` * drop index: `php kvazar/crawler/src/index.php drop`