Skip to content
Merged
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
10 changes: 6 additions & 4 deletions templates/plugin-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,20 @@ You keep using Claude Code exactly as before. AXME Code works transparently in t

## Install

### From Claude Code CLI
### From marketplace (after approval)

```bash
/install axme-code
claude plugin install axme-code
```

### Manual
### Local testing

```bash
/plugin add AxmeAI/axme-code-plugin
claude --plugin-dir /path/to/axme-code-plugin
```

Note: `--plugin-dir` is per-session only — you need to pass it every time.

## First Use

After installing the plugin, open any project in Claude Code. On the first session:
Expand Down