diff --git a/README.md b/README.md index 133da8b..a4dafa6 100644 --- a/README.md +++ b/README.md @@ -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