docs(web-automation): normalize OpenCode paths to ~/.config/opencode
This commit is contained in:
@@ -39,9 +39,9 @@ npx camoufox-js fetch
|
||||
### OpenCode
|
||||
|
||||
```bash
|
||||
mkdir -p ~/.opencode/skills/web-automation
|
||||
cp -R skills/web-automation/opencode/* ~/.opencode/skills/web-automation/
|
||||
cd ~/.opencode/skills/web-automation/scripts
|
||||
mkdir -p ~/.config/opencode/skills/web-automation
|
||||
cp -R skills/web-automation/opencode/* ~/.config/opencode/skills/web-automation/
|
||||
cd ~/.config/opencode/skills/web-automation/scripts
|
||||
pnpm install
|
||||
pnpm add playwright-core camoufox-js
|
||||
npx camoufox-js fetch
|
||||
|
||||
Reference in New Issue
Block a user