docs: update Homebrew formula for compatibility

This commit is contained in:
John Doe 2025-04-08 18:29:48 +03:00
parent 174d5a2beb
commit f8ac35bef2

View file

@ -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 is MCP?](#what-is-mcp)
- [What does this server do?](#what-does-this-server-do) - [What does this server do?](#what-does-this-server-do)
- [Installation](#installation) - [Installation](#installation)
- [Homebrew](#homebrew)
- [From Releases](#from-releases) - [From Releases](#from-releases)
- [macOS](#macos) - [macOS](#macos)
- [Linux](#linux) - [Linux](#linux)
@ -40,6 +41,18 @@ The Model Context Protocol (MCP) is a system that lets AI apps, like Claude Desk
## Installation ## 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 ### From Releases
#### macOS #### macOS