From d2f218d89a30d105169c727b2d10104e6d095ff1 Mon Sep 17 00:00:00 2001 From: rami-stripe Date: Tue, 18 Aug 2026 13:46:20 -0700 Subject: [PATCH] Use npm install for CLI install command on homepage Swap `brew install stripe/stripe-cli/stripe` for `npm install -g @stripe/cli@latest` everywhere the install command appears on the homepage: the hero "Get started" copy button and reveal panel, the mobile + desktop copy bars, the bottom "Install CLI" button, and the copy-to-clipboard script constants. npm is now a supported install path, is cross-platform (Windows included), and echoes the hero headline's "You npm install packages" framing. The Homebrew path remains reachable via the existing "More CLI install options" link. Co-Authored-By: Claude Opus 4.8 (1M context) Committed-By-Agent: claude --- src/index.webc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/index.webc b/src/index.webc index 0f7f4ae..373e9f0 100644 --- a/src/index.webc +++ b/src/index.webc @@ -53,7 +53,7 @@ changefreq: "weekly"
-