diff --git a/README.md b/README.md index b512bf6..dd100d4 100644 --- a/README.md +++ b/README.md @@ -73,10 +73,19 @@ Install Chrome for your platform: ### Profile refresh To refresh cookies from your main Chrome profile: + +On macOS/Linux: + ```bash rm -rf .chrome-profile ``` +On Windows PowerShell: + +```powershell +Remove-Item -LiteralPath .chrome-profile -Recurse -Force +``` + ## Resources - [Stagehand Documentation](https://github.com/browserbase/stagehand)