From ee8f441a152e093fbedae2acc51d4e354959b5f9 Mon Sep 17 00:00:00 2001 From: Emanuel Casco Date: Tue, 5 May 2026 10:15:45 +0200 Subject: [PATCH] docs: update install instructions --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87e354a..ac84048 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,27 @@ ## Installation -Homebrew installation is coming soon. +Install with Homebrew: ```bash -# TODO: replace with the published Homebrew tap/formula +brew install emanuelcasco/tap/ocgo +``` + +Or tap the repository first: + +```bash +brew tap emanuelcasco/tap brew install ocgo ``` +Build from source: + +```bash +git clone https://github.com/emanuelcasco/ocgo.git +cd ocgo +make install +``` + ## Configuration Run setup and paste your OpenCode Go API key when prompted: