fix(macos): install gateway via npm

This commit is contained in:
Peter Steinberger
2025-12-13 13:00:59 +00:00
parent e9acb6fad5
commit 31fb4f7c8b
2 changed files with 16 additions and 4 deletions

View File

@@ -291,7 +291,8 @@ struct OnboardingView: View {
.foregroundStyle(.secondary)
.lineLimit(2)
} else {
Text("Uses \"pnpm add -g clawdis@<version>\" on your PATH. We keep the gateway on port 18789.")
Text(
"Uses \"npm install -g clawdis@<version>\" on your PATH. We keep the gateway on port 18789.")
.font(.caption)
.foregroundStyle(.secondary)
.lineLimit(2)