docs: use git+https spec for plugin install
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
{
|
{
|
||||||
"plugin": [
|
"plugin": [
|
||||||
// ... другие плагины
|
// ... другие плагины
|
||||||
"https://git.totmin.ru/en2zmax/vision-bridge.git"
|
"git+https://git.totmin.ru/en2zmax/vision-bridge.git"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user