docs: use git+https spec for plugin install

This commit is contained in:
Maksim Totmin
2026-08-04 20:34:17 +07:00
parent 2beadf7ff7
commit 5e24763323
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
{ {
"plugin": [ "plugin": [
// ... другие плагины // ... другие плагины
"https://git.totmin.ru/en2zmax/vision-bridge.git" "git+https://git.totmin.ru/en2zmax/vision-bridge.git"
] ]
} }
``` ```
+1 -1
View File
@@ -2,7 +2,7 @@
"$schema": "https://opencode.ai/config.json", "$schema": "https://opencode.ai/config.json",
"plugin": [ "plugin": [
"opencode-browser", "opencode-browser",
"https://git.totmin.ru/en2zmax/vision-bridge.git" "git+https://git.totmin.ru/en2zmax/vision-bridge.git"
], ],
"provider": { "provider": {
"ludmila-ai": { "ludmila-ai": {