From c38de551edfb2ab9e1385dcd3d48a11198d5b5cb Mon Sep 17 00:00:00 2001 From: Daniel Olshansky Date: Mon, 9 Feb 2026 22:02:16 -0500 Subject: [PATCH] checkpoint --- docs/install/docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install/docker.md b/docs/install/docker.md index facb3ba6e7..ca4ee842ec 100644 --- a/docs/install/docker.md +++ b/docs/install/docker.md @@ -67,7 +67,7 @@ Running on a VPS? See [Hetzner (Docker VPS)](/install/hetzner). ### Shell Helpers (optional) -For easier day-to-day Docker management, install ClawDock: +For easier day-to-day Docker management, install `ClawDock`: ```bash mkdir -p ~/.clawdock && curl -sL https://raw.githubusercontent.com/openclaw/openclaw/main/scripts/shell-helpers/clawdock-helpers.sh -o ~/.clawdock/clawdock-helpers.sh @@ -81,7 +81,7 @@ echo 'source ~/.clawdock/clawdock-helpers.sh' >> ~/.zshrc && source ~/.zshrc Then use `clawdock-start`, `clawdock-stop`, `clawdock-dashboard`, etc. Run `clawdock-help` for all commands. -See [Shell Helpers README](https://github.com/openclaw/openclaw/blob/main/scripts/shell-helpers/README.md) for details. +See [`ClawDock` Helper README](https://github.com/openclaw/openclaw/blob/main/scripts/shell-helpers/README.md) for details. ### Manual flow (compose)