docs(web-automation): normalize OpenCode paths to ~/.config/opencode

This commit is contained in:
2026-02-11 17:59:22 +00:00
parent 492732955c
commit 39d758298b

View File

@@ -39,9 +39,9 @@ npx camoufox-js fetch
### OpenCode ### OpenCode
```bash ```bash
mkdir -p ~/.opencode/skills/web-automation mkdir -p ~/.config/opencode/skills/web-automation
cp -R skills/web-automation/opencode/* ~/.opencode/skills/web-automation/ cp -R skills/web-automation/opencode/* ~/.config/opencode/skills/web-automation/
cd ~/.opencode/skills/web-automation/scripts cd ~/.config/opencode/skills/web-automation/scripts
pnpm install pnpm install
pnpm add playwright-core camoufox-js pnpm add playwright-core camoufox-js
npx camoufox-js fetch npx camoufox-js fetch