From 778315fdaf6596b99ce64882ed821b680c65cc17 Mon Sep 17 00:00:00 2001 From: John Doe Date: Tue, 8 Apr 2025 23:58:41 +0300 Subject: [PATCH] docs: add NPX installation instructions to README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 5ce5b4a..29432df 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ The server is a bridge between the Telegram API and the AI assistants and is bas - [What does this server do?](#what-does-this-server-do) - [Installation](#installation) - [Homebrew](#homebrew) + - [NPX](#npx) - [From Releases](#from-releases) - [macOS](#macos) - [Linux](#linux) @@ -54,7 +55,16 @@ brew install chaindead/tap/telegram-mcp brew upgrade chaindead/tap/telegram-mcp ``` +### NPX + +You can run the latest version directly using npx (supports macOS, Linux, and Windows): + +```bash +npx -y @chaindead/telegram-mcp +``` + ### From Releases +
#### macOS @@ -117,6 +127,8 @@ rm telegram-mcp.tar.gz 2. Extract the `.zip` file 3. Add the extracted directory to your PATH or move `telegram-mcp.exe` to a directory in your PATH +
+ ### From Source Requirements: