Browse Source

update readme

main
ghost 10 months ago
parent
commit
02dde4cc63
  1. 3
      README.md

3
README.md

@ -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`

Loading…
Cancel
Save