Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs-web/src/content/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading