docs: README install URL needs .git suffix for Gitea

This commit is contained in:
Jean-Luc Makiola
2026-05-04 20:34:12 +02:00
parent 608a8c932e
commit 8876ab1505

View File

@@ -11,11 +11,11 @@ When you say things like *"exportier mal das PDF"*, *"regenerate the PDF"*, or *
In Claude Code, on each device:
```
/plugin marketplace add https://YOUR_GITEA_HOST/jlmak/claude-md-to-pdf
/plugin marketplace add https://YOUR_GITEA_HOST/OWNER/claude-md-to-pdf.git
/plugin install md-to-pdf@claude-md-to-pdf
```
(Replace `YOUR_GITEA_HOST` with your Gitea hostname, e.g. `git.example.com`. The repo can also be installed from a local clone — see "Local install" below.)
(Replace `YOUR_GITEA_HOST` and `OWNER` with your Gitea hostname and repo owner, e.g. `git.example.com/jlmak`. The trailing `.git` is required — Claude Code's marketplace loader expects a Git clone URL. The repo can also be installed from a local clone — see "Local install" below.)
## Requirements