Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <TOKEN>`
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion apps/chrome-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/chrome-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/site/docs/chrome-extension.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h2>Setup</h2>
<ul>
<li>
<code>npm i -g @steipete/summarize</code> or
<code>brew install steipete/tap/summarize</code>
<code>brew install summarize</code>
</li>
<li>Build extension: <code>pnpm -C apps/chrome-extension build</code></li>
<li>Load unpacked: <code>apps/chrome-extension/.output/chrome-mv3</code></li>
Expand Down
Loading