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. 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 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 вручную ## Установка