From a90f3ffdac8bda5b7ea00a3e69d7883b706fbf33 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 4 Apr 2026 10:52:02 +0100 Subject: [PATCH] docs: clarify installer service refresh behavior --- docs/install/installer.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/install/installer.md b/docs/install/installer.md index b1a88a33ca8..f7277e6345f 100644 --- a/docs/install/installer.md +++ b/docs/install/installer.md @@ -83,6 +83,7 @@ Recommended for most interactive installs on macOS/Linux/WSL. - `git` method: clone/update repo, install deps with pnpm, build, then install wrapper at `~/.local/bin/openclaw` + - Refreshes a loaded gateway service best-effort (`openclaw gateway install --force`, then restart) - Runs `openclaw doctor --non-interactive` on upgrades and git installs (best effort) - Attempts onboarding when appropriate (TTY available, onboarding not disabled, and bootstrap/config checks pass) - Defaults `SHARP_IGNORE_GLOBAL_LIBVIPS=1` @@ -289,7 +290,9 @@ by default, plus git-checkout installs under the same prefix flow. - `git` method: clone/update repo, install/build with pnpm, and install wrapper at `%USERPROFILE%\.local\bin\openclaw.cmd` - Adds needed bin directory to user PATH when possible, then runs `openclaw doctor --non-interactive` on upgrades and git installs (best effort). + - Adds needed bin directory to user PATH when possible + - Refreshes a loaded gateway service best-effort (`openclaw gateway install --force`, then restart) + - Runs `openclaw doctor --non-interactive` on upgrades and git installs (best effort)