mirror of https://github.com/telemt/telemt.git
Update QUICK_START_GUIDE.en.md
This commit is contained in:
parent
9933cdf245
commit
9e74a78209
|
|
@ -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
|
# Telemt via Systemd
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue