Merge pull request #6 from Kamalnrf/patch-1
Add one-command installation option via Claude Plugins CLI
This commit is contained in:
@@ -4,6 +4,7 @@ The official Every marketplace where engineers from Every.to share their workflo
|
|||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
|
|
||||||
|
### Standard Installation
|
||||||
Run Claude and add the marketplace:
|
Run Claude and add the marketplace:
|
||||||
|
|
||||||
```
|
```
|
||||||
@@ -15,6 +16,13 @@ Then install the plugin:
|
|||||||
```
|
```
|
||||||
/plugin install compounding-engineering
|
/plugin install compounding-engineering
|
||||||
```
|
```
|
||||||
|
### One-Command Installation
|
||||||
|
Use the [Claude Plugins CLI](https://claude-plugins.dev) to skip the marketplace setup:
|
||||||
|
```bash
|
||||||
|
npx claude-plugins install @EveryInc/every-marketplace/compounding-engineering
|
||||||
|
```
|
||||||
|
|
||||||
|
This automatically adds the marketplace and installs the plugin in a single step.
|
||||||
|
|
||||||
## Available plugins
|
## Available plugins
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user