Skip to content

Commit e7fa026

Browse files
authored
Update README install command for official marketplace (#23)
* Update README install command for official marketplace Now that the plugin is in the Anthropic Plugin Marketplace (claude-plugins-official), use the simpler install command. * Add alternative repo-based install command * Improve install section wording
1 parent a6a500c commit e7fa026

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ AI coding assistant skills for building [CrowdStrike Falcon Foundry](https://www
1818

1919
### Claude Code (Tested)
2020

21-
Install as a plugin from the [Anthropic Plugin Marketplace](https://github.com/anthropics/claude-plugins-official):
21+
Install from the [Anthropic Plugin Marketplace](https://github.com/anthropics/claude-plugins-official):
2222

2323
```
24-
/plugin install CrowdStrike/foundry-skills
24+
/plugin install crowdstrike-falcon-foundry
2525
```
2626

2727
Or register this repo as a plugin marketplace, then install:
2828

2929
```
3030
/plugin marketplace add CrowdStrike/foundry-skills
31-
/plugin install crowdstrike-falcon-foundry@foundry-skills
31+
/plugin install crowdstrike-falcon-foundry@foundry-marketplace
3232
```
3333

3434
Or install from a local clone for development:

0 commit comments

Comments
 (0)