aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2022-06-09 19:01:22 +0300
committerEvgeny Zinoviev <me@ch1p.io>2022-06-09 19:01:22 +0300
commit71220ec5feb72efe5b6df9e965c8481e81923f6a (patch)
treeeab42d528e4707b25285251a11ea2385655e61f3
parentb9ed7b9beac14fdeea68d3612f1a914e2076145e (diff)
readme: update crontab exampleHEADmaster
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 14e68af..c76c829 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,10 @@ Test that it works:
lrpb exec
-Add cron task (`crontab -e`):
+Add task to crontab:
+
+ TERM=xterm
+ PATH=<you should enter your $PATH here>
0,30 * * * * /usr/local/bin/lrpb exec >/dev/null