Browse Source

update readme

main
ghost 10 months ago
parent
commit
7942fba9dd
  1. 6
      README.md

6
README.md

@ -10,6 +10,6 @@
* `cd crawler` * `cd crawler`
* `composer update` * `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 src/index.php`
* drop index: `php kvazar/crawler/src/index.php drop` * drop index: `php src/index.php drop`
* optimize index: `php kvazar/crawler/src/index.php optimize` * optimize index: `php src/index.php optimize`
Loading…
Cancel
Save