diff --git a/README.md b/README.md
index 570e608..49bc0d9 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,13 @@ npm install -g agent-browser
agent-browser install # Download Chromium
```
+### Homebrew (macOS)
+
+```bash
+brew install agent-browser
+agent-browser install # Download Chromium
+```
+
### From Source
```bash
diff --git a/docs/src/app/installation/page.tsx b/docs/src/app/installation/page.tsx
index afc11ba..3d02c60 100644
--- a/docs/src/app/installation/page.tsx
+++ b/docs/src/app/installation/page.tsx
@@ -10,6 +10,12 @@ export default function Installation() {