Compare commits

...
Author SHA1 Message Date
Chris Tate 3a0e51f4a6 fix builds 2026-01-13 02:41:12 -06:00
Bryan LeeandChris Tate 6eafe50952 fix incomplete build-from-source instructions (#40) (#41)
Co-authored-by: Chris Tate <chris@ctate.dev>
2026-01-13 02:21:26 -06:00
2 changed files with 4 additions and 3 deletions
+3 -3
View File
@@ -18,9 +18,9 @@ git clone https://github.com/vercel-labs/agent-browser
cd agent-browser
pnpm install
pnpm build
pnpm build:native
./bin/agent-browser install
pnpm link --global
pnpm build:native # Requires Rust (https://rustup.rs)
pnpm link --global # Makes agent-browser available globally
agent-browser install
```
### Linux Dependencies
+1
View File
@@ -901,6 +901,7 @@ mod tests {
debug: false,
headers: None,
executable_path: None,
cdp: None,
}
}