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: