From 28ccb9322b5d329fcc7fd6ccde6e9f07f022a38c Mon Sep 17 00:00:00 2001 From: eugenioenko Date: Fri, 29 May 2026 11:21:02 -0700 Subject: [PATCH] docs: add homebrew installation instructions Co-Authored-By: Claude Opus 4.6 --- docs-web/src/content/docs/getting-started/installation.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs-web/src/content/docs/getting-started/installation.md b/docs-web/src/content/docs/getting-started/installation.md index 425e228..2a0da14 100644 --- a/docs-web/src/content/docs/getting-started/installation.md +++ b/docs-web/src/content/docs/getting-started/installation.md @@ -21,7 +21,10 @@ INSTALL_DIR=~/.local/bin curl -sSfL https://raw.githubusercontent.com/eugenioenk ## Homebrew (macOS / Linux) -*Coming soon.* A Homebrew tap is planned. In the meantime, use the install script or download a binary from Releases. +```sh +brew tap eugenioenko/ttt +brew install ttt +``` ## Download Binary