This commit is contained in:
Chris Tate
2026-03-13 20:16:29 -05:00
committed by GitHub
parent bdfcc4ee2d
commit f8482f3533
4 changed files with 20 additions and 2 deletions
+7
View File
@@ -31,6 +31,13 @@ brew install agent-browser
agent-browser install # Download Chrome from Chrome for Testing (first time only)
```
### Cargo (Rust)
```bash
cargo install agent-browser
agent-browser install # Download Chrome from Chrome for Testing (first time only)
```
### From Source
```bash