README.md updated. crontab commands updated.

This commit is contained in:
Alexey Skobkin 2016-12-11 06:44:33 +03:00
parent 1099199ac5
commit 9c2996cde7
1 changed files with 1 additions and 0 deletions

View File

@ -52,5 +52,6 @@ crontab -e
```crontab
# point.skobk.in
*/10 * * * * /usr/bin/php /path/to/point-tools/app/console point:update:subscriptions --env=prod
0 0 * * * /usr/bin/php /path/to/point-tools/app/console point:update:subscriptions --all-users --env=prod
```