Update README.md
This commit is contained in:
parent
312fa69a3e
commit
2540724b8d
@ -15,7 +15,7 @@ emacs --no-init-file --no-site-file --script macos-battery-alert-to-maintain-hea
|
|||||||
|
|
||||||
# Cron
|
# Cron
|
||||||
|
|
||||||
Automates to check every 10 minutes.
|
Automates to check every minute.
|
||||||
|
|
||||||
Open `crontab`.
|
Open `crontab`.
|
||||||
|
|
||||||
@ -26,5 +26,5 @@ crontab -e
|
|||||||
Add the following line. Be sure to change the path of the script.
|
Add the following line. Be sure to change the path of the script.
|
||||||
|
|
||||||
``` shell
|
``` shell
|
||||||
*/6 * * * * emacs --no-init-file --no-site-file --script macos-battery-alert-to-maintain-health.el
|
* * * * * emacs --no-init-file --no-site-file --script macos-battery-alert-to-maintain-health.el
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user