From de143f27605db6c8d0889b1aa09efd29223c8f42 Mon Sep 17 00:00:00 2001 From: Ali Adnan <165782963+AAliKKhan@users.noreply.github.com> Date: Sat, 1 Aug 2026 03:54:51 +0500 Subject: [PATCH] docs: fix controlUi.root config value using unexpanded tilde (#114594) --- docs/start/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start/getting-started.md b/docs/start/getting-started.md index 94256ecd58e4..8fe11c257e6d 100644 --- a/docs/start/getting-started.md +++ b/docs/start/getting-started.md @@ -106,7 +106,7 @@ Then set: "gateway": { "controlUi": { "enabled": true, - "root": "~/.openclaw/control-ui-custom" + "root": "${HOME}/.openclaw/control-ui-custom" } } }