mirror of
https://github.com/samsonjs/Peekaboo.git
synced 2026-03-25 09:25:47 +00:00
📝 Update installation to use @beta tag
Since we published as 1.0.0-alpha1 with beta tag, users should install using @beta instead of @latest
This commit is contained in:
parent
30339b3573
commit
28ec14ff3f
1 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ Add Peekaboo to your Claude Desktop configuration:
|
|||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"@steipete/peekaboo-mcp@latest"
|
||||
"@steipete/peekaboo-mcp@beta"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -55,7 +55,7 @@ You can configure Peekaboo with environment variables in your Claude Desktop con
|
|||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"@steipete/peekaboo-mcp@latest"
|
||||
"@steipete/peekaboo-mcp@beta"
|
||||
],
|
||||
"env": {
|
||||
"AI_PROVIDERS": "[{\"type\":\"ollama\",\"baseUrl\":\"http://localhost:11434\",\"model\":\"llava\",\"enabled\":true}]",
|
||||
|
|
|
|||
Loading…
Reference in a new issue