From ad75d6e031ae47b66d30e47e422d04a41e591653 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 13 Feb 2023 10:26:09 +0100 Subject: README: give hint about converting line endings --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 42f897b..da0bb5e 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,11 @@ Save changes and exit with `Ctrl-o`. ![screenshot: edit global-config-overlay](README.d/05-edit-global-config-overlay.avif) +> ℹ️ **Info**: It is recommended to edit the configuration using the command +> line interface. If using Winbox on Windows OS, the line endings may be +> missing. To fix this, use the below (to load global functions), then run: +> `/system/script/set source=[ $Unix2Dos [ get global-config-overlay source ] ] global-config-overlay;` + And finally load configuration and functions and add the scheduler. /system/script { run global-config; run global-functions; }; -- cgit v1.2.3-54-g00ecf