From 9933cdf245760731935f13b12358d6159c6856fe Mon Sep 17 00:00:00 2001 From: Dimasssss Date: Tue, 7 Apr 2026 22:39:39 +0300 Subject: [PATCH 1/3] Update QUICK_START_GUIDE.ru.md --- docs/Quick_start/QUICK_START_GUIDE.ru.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/Quick_start/QUICK_START_GUIDE.ru.md b/docs/Quick_start/QUICK_START_GUIDE.ru.md index 458871c..892c341 100644 --- a/docs/Quick_start/QUICK_START_GUIDE.ru.md +++ b/docs/Quick_start/QUICK_START_GUIDE.ru.md @@ -1,4 +1,20 @@ -# Telemt через Systemd +# Очень быстрый старт + +### Установка одной командой / обновление при повторном запуске +```bash +curl -fsSL https://raw.githubusercontent.com/telemt/telemt/main/install.sh | sh +``` +### Установка нужной версии +```bash +curl -fsSL https://raw.githubusercontent.com/telemt/telemt/main/install.sh | sh -s -- 3.3.39 +``` + +### Удаление с полной очисткой +```bash +curl -fsSL https://raw.githubusercontent.com/telemt/telemt/main/install.sh | sh -s -- purge +``` + +# Telemt через Systemd вручную ## Установка From 9e74a78209f176c80bc0234d69c2525829594986 Mon Sep 17 00:00:00 2001 From: Dimasssss Date: Tue, 7 Apr 2026 22:40:54 +0300 Subject: [PATCH 2/3] Update QUICK_START_GUIDE.en.md --- docs/Quick_start/QUICK_START_GUIDE.en.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/Quick_start/QUICK_START_GUIDE.en.md b/docs/Quick_start/QUICK_START_GUIDE.en.md index ee64dd3..e06ff08 100644 --- a/docs/Quick_start/QUICK_START_GUIDE.en.md +++ b/docs/Quick_start/QUICK_START_GUIDE.en.md @@ -1,3 +1,19 @@ +# Very quick start + +### One-command installation / update on re-run +```bash +curl -fsSL https://raw.githubusercontent.com/telemt/telemt/main/install.sh | sh +``` +### Installing a specific version +```bash +curl -fsSL https://raw.githubusercontent.com/telemt/telemt/main/install.sh | sh -s -- 3.3.39 +``` + +### Uninstall with full cleanup +```bash +curl -fsSL https://raw.githubusercontent.com/telemt/telemt/main/install.sh | sh -s -- purge +``` + # Telemt via Systemd ## Installation From 91d9cb8de07ae74cdecb73251c9578555bcb9847 Mon Sep 17 00:00:00 2001 From: Dimasssss Date: Tue, 7 Apr 2026 23:06:11 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20b0699..728e903 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@

**Telemt** is a fast, secure, and feature-rich server written in Rust: it fully implements the official Telegram proxy algo and adds many production-ready improvements such as: -- [ME Pool + Reader/Writer + Registry + Refill + Adaptive Floor + Trio-State + Generation Lifecycle](https://github.com/telemt/telemt/blob/main/docs/model/MODEL.en.md); -- [Full-covered API w/ management](https://github.com/telemt/telemt/blob/main/docs/API.md); +- [ME Pool + Reader/Writer + Registry + Refill + Adaptive Floor + Trio-State + Generation Lifecycle](https://github.com/telemt/telemt/blob/main/docs/Architecture/Model/MODEL.en.md); +- [Full-covered API w/ management](https://github.com/telemt/telemt/blob/main/docs/Architecture/API/API.md); - Anti-Replay on Sliding Window; - Prometheus-format Metrics; - TLS-Fronting and TCP-Splicing for masking from "prying" eyes.