diff --git a/README.md b/README.md index 91cb323..dc52eb2 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ The server is a bridge between the Telegram API and the AI assistants and is bas - [What is MCP?](#what-is-mcp) - [What does this server do?](#what-does-this-server-do) - [Installation](#installation) + - [Homebrew](#homebrew) - [From Releases](#from-releases) - [macOS](#macos) - [Linux](#linux) @@ -40,6 +41,18 @@ The Model Context Protocol (MCP) is a system that lets AI apps, like Claude Desk ## Installation +### Homebrew + +You can install a binary release on macOS/Linux using brew: + +```bash +# Install +brew install chaindead/tap/telegram-mcp + +# Update +brew upgrade chaindead/tap/telegram-mcp +``` + ### From Releases #### macOS