docs: update Homebrew formula for compatibility
This commit is contained in:
parent
174d5a2beb
commit
f8ac35bef2
1 changed files with 13 additions and 0 deletions
13
README.md
13
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue