From f8ac35bef221c1f285e562fd302214130e59a891 Mon Sep 17 00:00:00 2001 From: John Doe Date: Tue, 8 Apr 2025 18:29:48 +0300 Subject: [PATCH] docs: update Homebrew formula for compatibility --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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