aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2021-03-23 04:43:07 +0300
committerEvgeny Zinoviev <me@ch1p.io>2021-03-23 04:43:07 +0300
commit07ae5af6882e8739bf84dce6cda7459e9428f254 (patch)
treeb781accae40a580b946d1acd81c6bb05fc7243f2
parent52bce8457499ab0a2628ecc806c18e0e8a2489c7 (diff)
update readme
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9d1d166..96bfe64 100644
--- a/README.md
+++ b/README.md
@@ -14,10 +14,10 @@ You need at least Python 3.6 or so.
See `main.py` and adjust the `sms_handler` function to your needs.
-The script should be launched periodically by cron. This line in crontab would
-launch the script every 10 minutes:
+The script should be launched periodically by cron. For example, put this to the
+crontab to launch it every 15 minutes:
```cron
-*/10 * * * * python3 /path/to/e3372-py/main.py --trusted-phone 79001234567
+*/15 * * * * python3 /path/to/e3372-py/main.py --trusted-phone +79001234567 > /dev/null
```
## License