diff --git a/README.md b/README.md index 12f1ef1..bed0b09 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/cli/src/commands.rs b/cli/src/commands.rs index 0e9dace..a119e94 100644 --- a/cli/src/commands.rs +++ b/cli/src/commands.rs @@ -901,6 +901,7 @@ mod tests { debug: false, headers: None, executable_path: None, + cdp: None, } }