mirror of
https://github.com/zhigang1992/telegram-mcp.git
synced 2026-01-12 08:24:40 +08:00
docs: update git clone URL to SSH format with correct username
- Changed releases page link to use zhigang1992 username - Updated git clone command to use SSH format (git@github.com:) Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -17,7 +17,7 @@ A Model Context Protocol (MCP) server for interacting with Telegram using mtcute
|
||||
|
||||
#### Option 1: Download Pre-built Binary
|
||||
|
||||
Download the latest release for your platform from the [releases page](https://github.com/yourusername/telegram-mcp/releases):
|
||||
Download the latest release for your platform from the [releases page](https://github.com/zhigang1992/telegram-mcp/releases):
|
||||
|
||||
- **macOS (Apple Silicon)**: `telegram-mcp-darwin-arm64.tar.gz`
|
||||
- **macOS (Intel)**: `telegram-mcp-darwin-x64.tar.gz`
|
||||
@@ -34,7 +34,7 @@ chmod +x telegram-mcp
|
||||
|
||||
1. Clone the repository and install dependencies:
|
||||
```bash
|
||||
git clone https://github.com/yourusername/telegram-mcp.git
|
||||
git clone git@github.com:zhigang1992/telegram-mcp.git
|
||||
cd telegram-mcp
|
||||
bun install
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user