docs(web-automation): normalize OpenCode paths to ~/.config/opencode
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user