diff --git a/README.md b/README.md index addfc1e..3c61117 100644 --- a/README.md +++ b/README.md @@ -100,17 +100,20 @@ A human reviewing the plugin's README and SKILL.md would likely miss most of the ### Installation -Clone from Forgejo into your Claude Code plugins directory: +Add the marketplace and browse plugins with `/plugin`: ```bash -git clone https://git.fromaitochitta.com/open/claude-code-llm-security.git \ - ~/.claude/plugins/claude-code-llm-security +claude plugin marketplace add https://git.fromaitochitta.com/open/ktg-plugin-marketplace.git ``` -Or if you have the plugin marketplace: +Or enable directly in `~/.claude/settings.json`: -```bash -claude plugin add plugin-marketplace/llm-security +```json +{ + "enabledPlugins": { + "llm-security@ktg-plugin-marketplace": true + } +} ``` > [!NOTE]