From 02b77c1797adb1018b30983e5915437ff106b199 Mon Sep 17 00:00:00 2001 From: Zeldris <80939130+zeldrisho@users.noreply.github.com> Date: Sat, 21 Mar 2026 15:45:02 +0700 Subject: [PATCH] docs: brew official formula --- README.md | 6 +++--- apps/chrome-extension/README.md | 2 +- docs/chrome-extension.md | 2 +- docs/site/docs/chrome-extension.html | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 47f99b73..221bfdff 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ YouTube slide screenshots (from the browser): 1. Install the CLI (choose one): - **npm** (cross‑platform): `npm i -g @steipete/summarize` - - **Homebrew** (macOS arm64): `brew install steipete/tap/summarize` + - **Homebrew** (macOS arm64): `brew install summarize` 2. Install the extension (Chrome Web Store link above) and open the Side Panel. 3. The panel shows a token + install command. Run it in Terminal: - `summarize daemon install --token ` @@ -112,10 +112,10 @@ npm i @steipete/summarize-core import { createLinkPreviewClient } from "@steipete/summarize-core/content"; ``` -- Homebrew (custom tap): +- Homebrew: ```bash -brew install steipete/tap/summarize +brew install summarize ``` Homebrew availability depends on the current tap formula for your architecture. diff --git a/apps/chrome-extension/README.md b/apps/chrome-extension/README.md index 1b650b10..983f48a1 100644 --- a/apps/chrome-extension/README.md +++ b/apps/chrome-extension/README.md @@ -63,7 +63,7 @@ The extension talks to a tiny local daemon that runs on your machine. This proce 1. Install `summarize` (choose one): - `npm i -g @steipete/summarize` (requires Node.js 22+) - - `brew install steipete/tap/summarize` (macOS arm64) + - `brew install summarize` (macOS, Linux) 2. Open the Side Panel (Chrome) or Sidebar (Firefox). You'll see a **Setup** screen with a token and an install command. 3. Open Terminal: - macOS: Applications → Utilities → Terminal diff --git a/docs/chrome-extension.md b/docs/chrome-extension.md index 3237b29a..c97352a6 100644 --- a/docs/chrome-extension.md +++ b/docs/chrome-extension.md @@ -12,7 +12,7 @@ Quickstart: - Install summarize (choose one): - `npm i -g @steipete/summarize` - - `brew install steipete/tap/summarize` (macOS only) + - `brew install summarize` (macOS, Linux) - Build/load extension: `apps/chrome-extension/README.md` - Firefox sidebar build: `pnpm -C apps/chrome-extension build:firefox` (load via `about:debugging` → temporary add-on) - Open side panel → copy token install command → run: diff --git a/docs/site/docs/chrome-extension.html b/docs/site/docs/chrome-extension.html index 2027abfd..8c3b093f 100644 --- a/docs/site/docs/chrome-extension.html +++ b/docs/site/docs/chrome-extension.html @@ -54,7 +54,7 @@

Setup