From faf9802d4cf00c589c42930378bc6e27dd38d894 Mon Sep 17 00:00:00 2001 From: yuri-alias Date: Wed, 29 Oct 2025 14:44:59 +0100 Subject: [PATCH] Added missing step in OSX install documentation. (#317) * added documentation for repl commands and extensions * added documentation on MCP use, added Chrome example * added missing step in OSX installation --- docs/cai/getting-started/installation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/cai/getting-started/installation.md b/docs/cai/getting-started/installation.md index fcdb3044..1288a76e 100644 --- a/docs/cai/getting-started/installation.md +++ b/docs/cai/getting-started/installation.md @@ -6,6 +6,10 @@ pip install cai-framework ## OS X ```bash +# Install homebrew +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" + +# Install dependencies brew update && \ brew install git python@3.12