mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-10 22:41:17 +00:00
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:
parent
3769ffa41f
commit
4675904159
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue