docs: add Homebrew installation instructions for macOS (#385)
This commit is contained in:
@@ -11,6 +11,13 @@ npm install -g agent-browser
|
|||||||
agent-browser install # Download Chromium
|
agent-browser install # Download Chromium
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Homebrew (macOS)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
brew install agent-browser
|
||||||
|
agent-browser install # Download Chromium
|
||||||
|
```
|
||||||
|
|
||||||
### From Source
|
### From Source
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
@@ -10,6 +10,12 @@ export default function Installation() {
|
|||||||
<CodeBlock code={`npm install -g agent-browser
|
<CodeBlock code={`npm install -g agent-browser
|
||||||
agent-browser install # Download Chromium`} />
|
agent-browser install # Download Chromium`} />
|
||||||
|
|
||||||
|
<h2>Homebrew (macOS)</h2>
|
||||||
|
<CodeBlock
|
||||||
|
code={`brew install agent-browser
|
||||||
|
agent-browser install # Download Chromium`}
|
||||||
|
/>
|
||||||
|
|
||||||
<h2>From source</h2>
|
<h2>From source</h2>
|
||||||
<CodeBlock code={`git clone https://github.com/vercel-labs/agent-browser
|
<CodeBlock code={`git clone https://github.com/vercel-labs/agent-browser
|
||||||
cd agent-browser
|
cd agent-browser
|
||||||
|
|||||||
@@ -9,7 +9,11 @@ export default function Home() {
|
|||||||
Browser automation CLI designed for AI agents. Compact text output minimizes context usage. Fast Rust CLI with Node.js fallback.
|
Browser automation CLI designed for AI agents. Compact text output minimizes context usage. Fast Rust CLI with Node.js fallback.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<CodeBlock code="npm install -g agent-browser" />
|
<CodeBlock
|
||||||
|
code={`
|
||||||
|
npm install -g agent-browser # all platforms
|
||||||
|
brew install agent-browser # macOS`}
|
||||||
|
/>
|
||||||
|
|
||||||
<h2>Features</h2>
|
<h2>Features</h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user