checkpoint

This commit is contained in:
Daniel Olshansky
2026-02-09 22:02:16 -05:00
committed by Gustavo Madeira Santana
parent 46c2b3e70f
commit c38de551ed

View File

@@ -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)