From 5e247633237a0459e1df0fb127a17d426cbe51fa Mon Sep 17 00:00:00 2001 From: Maksim Totmin Date: Tue, 4 Aug 2026 20:34:17 +0700 Subject: [PATCH] docs: use git+https spec for plugin install --- README.md | 2 +- examples/opencode.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b0d8fa..7ec5950 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ { "plugin": [ // ... другие плагины - "https://git.totmin.ru/en2zmax/vision-bridge.git" + "git+https://git.totmin.ru/en2zmax/vision-bridge.git" ] } ``` diff --git a/examples/opencode.json b/examples/opencode.json index be92b51..a1b1c26 100644 --- a/examples/opencode.json +++ b/examples/opencode.json @@ -2,7 +2,7 @@ "$schema": "https://opencode.ai/config.json", "plugin": [ "opencode-browser", - "https://git.totmin.ru/en2zmax/vision-bridge.git" + "git+https://git.totmin.ru/en2zmax/vision-bridge.git" ], "provider": { "ludmila-ai": {