From 9e74a78209f176c80bc0234d69c2525829594986 Mon Sep 17 00:00:00 2001 From: Dimasssss Date: Tue, 7 Apr 2026 22:40:54 +0300 Subject: [PATCH] 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