aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2021-12-07 15:40:14 +0100
committerGravatar Christian Hesse <mail@eworm.de>2021-12-07 21:58:03 +0100
commit1f5cc39b3cb388e69e479d8b2b1a774c2abde37d (patch)
treeb08a4ea23ea38c126c2e757c66ce7fcea4c7a117 /README.md
parent8f8130775f9dc2590e3408621c8a5ceb80b76d76 (diff)
global-config: load overlay automatically
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f98cf6b..eea9014 100644
--- a/README.md
+++ b/README.md
@@ -99,8 +99,8 @@ Save changes and exit with `Ctrl-o`.
And finally load configuration and functions and add the scheduler.
- / system script { run global-config; run global-config-overlay; run global-functions; };
- / system scheduler add name="global-scripts" start-time=startup on-event="/ system script { run global-config; run global-config-overlay; run global-functions; }";
+ / system script { run global-config; run global-functions; };
+ / system scheduler add name="global-scripts" start-time=startup on-event="/ system script { run global-config; run global-functions; }";
![screenshot: run and schedule scripts](README.d/06-run-and-schedule-scripts.png)