Merge pull request 'docs: shorten marketplace install to the owner/repo shorthand' (#6) from docs-shorter-marketplace-install into main
Reviewed-on: #6
This commit was merged in pull request #6.
This commit is contained in:
@@ -207,11 +207,26 @@ install script. Each plugin can be installed individually, or as one bundle
|
|||||||
|
|
||||||
### Claude Code
|
### Claude Code
|
||||||
|
|
||||||
|
From inside a Claude Code session:
|
||||||
|
|
||||||
```
|
```
|
||||||
/plugin marketplace add https://git.rootiest.dev/rootiest/rootiest-ai.git
|
/plugin marketplace add rootiest/rootiest-ai
|
||||||
/plugin install git-publish-workflow@rootiest-ai
|
/plugin install git-publish-workflow@rootiest-ai
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Or from a regular shell, before starting a session:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
claude plugin marketplace add rootiest/rootiest-ai
|
||||||
|
```
|
||||||
|
|
||||||
|
The `owner/repo` shorthand resolves against GitHub, so it works because
|
||||||
|
this repo is mirrored to
|
||||||
|
[github.com/rootiest/rootiest-ai](https://github.com/rootiest/rootiest-ai)
|
||||||
|
on every push to our canonical Gitea remote. If you're pointing at a fork
|
||||||
|
or a private mirror instead, use the full clone URL:
|
||||||
|
`/plugin marketplace add https://git.rootiest.dev/rootiest/rootiest-ai.git`.
|
||||||
|
|
||||||
Install everything at once:
|
Install everything at once:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user