feat(macos): install CLI via app script

This commit is contained in:
Peter Steinberger
2026-01-11 10:31:15 +00:00
parent 6d2928888c
commit a83f86a4a1
7 changed files with 87 additions and 9 deletions

View File

@@ -393,7 +393,7 @@ struct GeneralSettings: View {
.foregroundStyle(.secondary)
.lineLimit(2)
} else {
Text("Installs via npm/pnpm/bun; requires Node 22+.")
Text("Installs a user-space Node 22+ runtime and the CLI (no Homebrew).")
.font(.caption)
.foregroundStyle(.secondary)
.lineLimit(2)