From 781843a3fea15eed14ec18aaa13c82c5c0e3b161 Mon Sep 17 00:00:00 2001 From: angpt Date: Wed, 20 May 2026 12:20:33 -0500 Subject: [PATCH] Add homebrew install intructions --- cli/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cli/README.md b/cli/README.md index 57b0bd75..f8543350 100644 --- a/cli/README.md +++ b/cli/README.md @@ -8,6 +8,9 @@ frameworks. ## Installation ```bash +# Homebrew. +brew install --cask mozilla-ai/tap/cq + # Go install. go install github.com/mozilla-ai/cq/cli@latest