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