From 6eafe509526ca54fa0dc22297f32c949b639ed2e Mon Sep 17 00:00:00 2001 From: Bryan Lee <38807139+liby@users.noreply.github.com> Date: Tue, 13 Jan 2026 16:21:26 +0800 Subject: [PATCH] fix incomplete build-from-source instructions (#40) (#41) Co-authored-by: Chris Tate --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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