From 9933cdf245760731935f13b12358d6159c6856fe Mon Sep 17 00:00:00 2001 From: Dimasssss Date: Tue, 7 Apr 2026 22:39:39 +0300 Subject: [PATCH] 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 вручную ## Установка