fix incomplete build-from-source instructions (#40) (#41)

Co-authored-by: Chris Tate <chris@ctate.dev>
This commit is contained in:
Bryan Lee
2026-01-13 02:21:26 -06:00
committed by GitHub
co-authored by Chris Tate
parent 95675e9d55
commit 6eafe50952
+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