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
+9
View File
@@ -40,6 +40,15 @@ brew install agent-browser
agent-browser install # Download Chrome (first time)
```
## Cargo (Rust)
```bash
cargo install agent-browser
agent-browser install # Download Chrome (first time)
```
Compiles from source (~2-3 min). Requires the Rust toolchain ([rustup.rs](https://rustup.rs)).
## From source
```bash