Update installation instructions in README (#51)

Add native build step and global link command
This commit is contained in:
Byonghun Lee
2026-01-13 00:39:31 -06:00
committed by GitHub
parent 57a04385c1
commit 97b17c98fb
+3 -1
View File
@@ -18,7 +18,9 @@ git clone https://github.com/vercel-labs/agent-browser
cd agent-browser
pnpm install
pnpm build
agent-browser install
pnpm build:native
./bin/agent-browser install
pnpm link --global
```
### Linux Dependencies