From 8876ab150578ac00dd8cd17b0c9188fda1889327 Mon Sep 17 00:00:00 2001 From: Jean-Luc Makiola Date: Mon, 4 May 2026 20:34:12 +0200 Subject: [PATCH] docs: README install URL needs .git suffix for Gitea --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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