Fix Claude Code plugin install command (#1161)

## Summary
- update the Claude Code plugin install step to use `/plugin install supermemory`
- keep the marketplace add command pointing at `supermemoryai/claude-supermemory`

## Testing
- Not run; copy-only change
This commit is contained in:
sreedharsreeram 2026-06-24 23:02:43 +00:00
parent 3769ffa41f
commit 4675904159

View file

@ -47,7 +47,7 @@ export const PLUGIN_CATALOG: Record<string, PluginInfo> = {
{
title: "Install the plugin",
description: "Run these commands inside a Claude Code session:",
code: "/plugin marketplace add supermemoryai/claude-supermemory\n/plugin install claude-supermemory",
code: "/plugin marketplace add supermemoryai/claude-supermemory\n/plugin install supermemory",
},
],
},