diff --git a/docs/WEB-AUTOMATION.md b/docs/WEB-AUTOMATION.md index 168fd2f..f07ef9c 100644 --- a/docs/WEB-AUTOMATION.md +++ b/docs/WEB-AUTOMATION.md @@ -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