Skip to content
Open
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
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ All integrations are additive. SEED works without any of them installed.

## Install

### npm (global)

```bash
npm i -g @chrisai/seed
```
Expand All @@ -225,6 +227,18 @@ npm i -g @chrisai/seed -- --local
npm i -g @chrisai/seed -- --config-dir /path/to/.claude
```

### npx (no global install)

Prefer not to install globally? Run it directly with `npx` — no prior install needed:

```bash
# Global install (default) — available everywhere
npx @chrisai/seed

# Install to current project only
npx @chrisai/seed --local
```

Then open Claude Code and type `/seed` to start.

### What Gets Installed
Expand Down