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": [
// ... другие плагины
"https://git.totmin.ru/en2zmax/vision-bridge.git"
"git+https://git.totmin.ru/en2zmax/vision-bridge.git"
]
}
```