From 6cb6a6ad5ce59c94f3ed69fa64aaed1361cfe14d Mon Sep 17 00:00:00 2001 From: Kyle Fang Date: Sat, 6 Dec 2025 20:47:36 +0800 Subject: [PATCH] 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 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47fd671..7fb408d 100644 --- a/README.md +++ b/README.md @@ -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 ```