Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ jobs:
},
{
name: "Plugin do Claude Code",
value: "```\nclaude plugin marketplace update parity\nclaude plugin update parity\n```\nReinicie o Claude Code para aplicar."
value: "```\nclaude plugin marketplace update parity\nclaude plugin update parity@parity\n```\nReinicie o Claude Code para aplicar."
}
]
}]
Expand Down
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,17 @@ claude plugin marketplace add decocms/parity
claude plugin install parity@parity
```

To update later:

```bash
claude plugin marketplace update parity # refresh the marketplace clone
claude plugin update parity@parity # then update the plugin
```

Note the asymmetry: the *marketplace* is `parity`, the *plugin* is
`parity@parity`. `claude plugin update parity` fails with "Plugin not found".
Restart Claude Code afterwards to load the new version.

Confirm it installed:

```bash
Expand Down
Loading