docs: use full git URL for marketplace add (Gitea, not GitHub shorthand)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
sko
2026-07-08 03:27:55 +02:00
co-authored by Claude Opus 4.8
parent 1a1abf5ee6
commit 1afb1f58af
+8 -1
View File
@@ -5,8 +5,15 @@ und kann einzeln installiert werden — niemand bekommt alles auf einmal.
## Einrichtung (einmalig)
Vollständige Git-URL angeben — die Kurzform `owner/repo` wird von Claude Code
immer als GitHub interpretiert und schlägt bei Gitea fehl.
```bash
/plugin marketplace add gitea.inmedias.it/inmedias.it/claude-plugins
# SSH (empfohlen, für private Repos nötig)
/plugin marketplace add ssh://gitea@gitea.inmedias.it:2222/inmedias.it/claude-plugins.git
# oder HTTPS (nur wenn Repo öffentlich lesbar)
/plugin marketplace add https://gitea.inmedias.it/inmedias.it/claude-plugins.git
```
## Plugin installieren